#AF7F21

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

Shades of Mandalay #AF7F21

Tints of Mandalay #AF7F21

Color information

#AF7F21 (or 0xAF7F21) is unknown color: approx Mandalay. HEX triplet: AF, 7F and 21. RGB value is (175,127,33). Sum of RGB (Red+Green+Blue) = 175+127+33=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F21 is #5080DE. Grayscale: #838383. Windows color (decimal): -5275871 or 2195375. OLE color: 2195375.

HSL color Cylindrical-coordinate representation of color #AF7F21: hue angle of 39.72º 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 #AF7F21 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB17512733-
CMYK00.270.810.31
HSL39.72º68.27%40.78%-
HSV(B)39.72º81.14%68.63%-
XYZ25.5424.44.8-
YUV130.6472.9159.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 33 (13.28% from 255) = 9.85%
R=52.24%
G=37.91%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751273300.270.810.3139.7268.2740.78
HexAF7F2101B511F284429
Octal25717741033121375010451
Binary1010111111111111000010110111010001111111010001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7F21; }

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

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

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

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

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

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

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

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