#AF562B

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

Shades of Fiery Orange #AF562B

Tints of Fiery Orange #AF562B

Color information

#AF562B (or 0xAF562B) is unknown color: approx Fiery Orange. HEX triplet: AF, 56 and 2B. RGB value is (175,86,43). Sum of RGB (Red+Green+Blue) = 175+86+43=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF562B is #50A9D4. Grayscale: #6B6B6B. Windows color (decimal): -5286357 or 2840239. OLE color: 2840239.

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

Color convert

RGB1758643-
CMYK00.510.750.31
HSL19.55º60.55%42.75%-
HSV(B)19.55º75.43%68.63%-
XYZ21.4415.944.23-
YUV107.7191.49176-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.57%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 43 (17.19% from 255) = 14.14%
R=57.57%
G=28.29%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175864300.510.750.3119.5560.5542.75
HexAF562B0334B1F143d2b
Octal2571265306311337247553
Binary101011111010110101011011001110010111111110100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF562B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF562B; }

 p { color: rgb(175,86,43); }

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

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

 a { background-color: rgb(175,86,43); }

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

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

 span { border-color: rgb(175,86,43); }

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