#AF7A24

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

Shades of Mandalay #AF7A24

Tints of Mandalay #AF7A24

Color information

#AF7A24 (or 0xAF7A24) is unknown color: approx Mandalay. HEX triplet: AF, 7A and 24. RGB value is (175,122,36). Sum of RGB (Red+Green+Blue) = 175+122+36=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A24 is #5085DB. Grayscale: #808080. Windows color (decimal): -5277148 or 2390703. OLE color: 2390703.

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

Color convert

RGB17512236-
CMYK00.300.790.31
HSL37.12º65.88%41.37%-
HSV(B)37.12º79.43%68.63%-
XYZ24.9623.164.82-
YUV128.0476.06161.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.55%
GREEN value IS 122 (48.05% from 255) = 36.64%
BLUE value IS 36 (14.45% from 255) = 10.81%
R=52.55%
G=36.64%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751223600.300.790.3137.1265.8841.37
HexAF7A2401E4F1F254229
Octal25717244036117374510251
Binary1010111111110101001000111101001111111111001011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A24; }

 p { color: rgb(175,122,36); }

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

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

 a { background-color: rgb(175,122,36); }

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

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

 span { border-color: rgb(175,122,36); }

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