#AF5D21

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

Shades of Fiery Orange #AF5D21

Tints of Fiery Orange #AF5D21

Color information

#AF5D21 (or 0xAF5D21) is unknown color: approx Fiery Orange. HEX triplet: AF, 5D and 21. RGB value is (175,93,33). Sum of RGB (Red+Green+Blue) = 175+93+33=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D21 is #50A2DE. Grayscale: #6F6F6F. Windows color (decimal): -5284575 or 2186671. OLE color: 2186671.

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

Color convert

RGB1759333-
CMYK00.470.810.31
HSL25.35º68.27%40.78%-
HSV(B)25.35º81.14%68.63%-
XYZ21.8717.053.58-
YUV110.6884.17173.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.14%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 33 (13.28% from 255) = 10.96%
R=58.14%
G=30.90%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175933300.470.810.3125.3568.2740.78
HexAF5D2102F511F194429
Octal25713541057121373110451
Binary1010111110111011000010101111101000111111110011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5D21; }

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

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

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

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

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

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

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

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