#AF5D37

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

Shades of Fiery Orange #AF5D37

Tints of Fiery Orange #AF5D37

Color information

#AF5D37 (or 0xAF5D37) is unknown color: approx Fiery Orange. HEX triplet: AF, 5D and 37. RGB value is (175,93,55). Sum of RGB (Red+Green+Blue) = 175+93+55=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D37 is #50A2C8. Grayscale: #717171. Windows color (decimal): -5284553 or 3628463. OLE color: 3628463.

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

Color convert

RGB1759355-
CMYK00.470.690.31
HSL19º52.17%45.1%-
HSV(B)19º68.57%68.63%-
XYZ22.2817.225.76-
YUV113.1995.17172.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.18%
GREEN value IS 93 (36.72% from 255) = 28.79%
BLUE value IS 55 (21.88% from 255) = 17.03%
R=54.18%
G=28.79%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175935500.470.690.311952.1745.1
HexAF5D3702F451F13342d
Octal2571356705710537236455
Binary101011111011101110111010111110001011111110011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5D37; }

 p { color: rgb(175,93,55); }

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

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

 a { background-color: rgb(175,93,55); }

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

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

 span { border-color: rgb(175,93,55); }

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