#AF5B39

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

Shades of Fiery Orange #AF5B39

Tints of Fiery Orange #AF5B39

Color information

#AF5B39 (or 0xAF5B39) is unknown color: approx Fiery Orange. HEX triplet: AF, 5B and 39. RGB value is (175,91,57). Sum of RGB (Red+Green+Blue) = 175+91+57=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5B39 is #50A4C6. Grayscale: #707070. Windows color (decimal): -5285063 or 3759023. OLE color: 3759023.

HSL color Cylindrical-coordinate representation of color #AF5B39: hue angle of 17.29º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF5B39 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1759157-
CMYK00.480.670.31
HSL17.29º50.86%45.49%-
HSV(B)17.29º67.43%68.63%-
XYZ22.1616.895.96-
YUV112.2496.83172.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.18%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 57 (22.66% from 255) = 17.65%
R=54.18%
G=28.17%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175915700.480.670.3117.2950.8645.49
HexAF5B39030431F11332d
Octal2571337106010337216355
Binary101011111011011111001011000010000111111110001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5B39; }

 p { color: rgb(175,91,57); }

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

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

 a { background-color: rgb(175,91,57); }

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

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

 span { border-color: rgb(175,91,57); }

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