#AF4D34

Color #AF4D34 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #AF4D34

Tints of Orange Roughy #AF4D34

Color information

#AF4D34 (or 0xAF4D34) is unknown color: approx Orange Roughy. HEX triplet: AF, 4D and 34. RGB value is (175,77,52). Sum of RGB (Red+Green+Blue) = 175+77+52=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D34 is #50B2CB. Grayscale: #676767. Windows color (decimal): -5288652 or 3427759. OLE color: 3427759.

HSL color Cylindrical-coordinate representation of color #AF4D34: hue angle of 12.2º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4D34 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1757752-
CMYK00.560.700.31
HSL12.2º54.19%44.51%-
HSV(B)12.2º70.29%68.63%-
XYZ20.9514.674.98-
YUV103.4598.97179.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 57.57%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 52 (20.70% from 255) = 17.11%
R=57.57%
G=25.33%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175775200.560.700.3112.254.1944.51
HexAF4D34038461Fc362d
Octal2571156407010637146655
Binary10101111100110111010001110001000110111111100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4D34; }

 p { color: rgb(175,77,52); }

 H1.HeaderClassName
 {
   color: #AF4D34;
 }
 .AnyTagClassName
 {
   color: #AF4D34;
 }
</style>
background-color css

<style>
 a { background-color: #AF4D34; }

 a { background-color: rgb(175,77,52); }

 div.DivClassName
 {
   background-color: #AF4D34;
 }
 .BgClassName
 {
   background-color: #AF4D34;
 }
</style>
border-color css

<style>
 span { border-color: #AF4D34; }

 span { border-color: rgb(175,77,52); }

 td.TdClassName
 {
   border-color: #AF4D34;
 }
 .TagClassName
 {
   border-color: #AF4D34;
 }
</style>