#AF5C2A

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

Shades of Fiery Orange #AF5C2A

Tints of Fiery Orange #AF5C2A

Color information

#AF5C2A (or 0xAF5C2A) is unknown color: approx Fiery Orange. HEX triplet: AF, 5C and 2A. RGB value is (175,92,42). Sum of RGB (Red+Green+Blue) = 175+92+42=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C2A is #50A3D5. Grayscale: #6F6F6F. Windows color (decimal): -5284822 or 2776239. OLE color: 2776239.

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

Color convert

RGB1759242-
CMYK00.470.760.31
HSL22.56º61.29%42.55%-
HSV(B)22.56º76%68.63%-
XYZ21.9216.944.3-
YUV111.1289173.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.63%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 42 (16.80% from 255) = 13.59%
R=56.63%
G=29.77%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175924200.470.760.3122.5661.2942.55
HexAF5C2A02F4C1F173d2b
Octal2571345205711437277553
Binary101011111011100101010010111110011001111110111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5C2A; }

 p { color: rgb(175,92,42); }

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

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

 a { background-color: rgb(175,92,42); }

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

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

 span { border-color: rgb(175,92,42); }

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