#AF592D

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

Shades of Fiery Orange #AF592D

Tints of Fiery Orange #AF592D

Color information

#AF592D (or 0xAF592D) is unknown color: approx Fiery Orange. HEX triplet: AF, 59 and 2D. RGB value is (175,89,45). Sum of RGB (Red+Green+Blue) = 175+89+45=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF592D is #50A6D2. Grayscale: #6D6D6D. Windows color (decimal): -5285587 or 2972079. OLE color: 2972079.

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

Color convert

RGB1758945-
CMYK00.490.740.31
HSL20.31º59.09%43.14%-
HSV(B)20.31º74.29%68.63%-
XYZ21.7316.454.51-
YUV109.791.49174.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.63%
GREEN value IS 89 (35.16% from 255) = 28.80%
BLUE value IS 45 (17.97% from 255) = 14.56%
R=56.63%
G=28.80%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175894500.490.740.3120.3159.0943.14
HexAF592D0314A1F143b2b
Octal2571315506111237247353
Binary101011111011001101101011000110010101111110100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF592D; }

 p { color: rgb(175,89,45); }

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

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

 a { background-color: rgb(175,89,45); }

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

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

 span { border-color: rgb(175,89,45); }

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