#AF8133

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

Shades of Mandalay #AF8133

Tints of Mandalay #AF8133

Color information

#AF8133 (or 0xAF8133) is unknown color: approx Mandalay. HEX triplet: AF, 81 and 33. RGB value is (175,129,51). Sum of RGB (Red+Green+Blue) = 175+129+51=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8133 is #507ECC. Grayscale: #868686. Windows color (decimal): -5275341 or 3375535. OLE color: 3375535.

HSL color Cylindrical-coordinate representation of color #AF8133: hue angle of 37.74º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF8133 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17512951-
CMYK00.260.710.31
HSL37.74º54.87%44.31%-
HSV(B)37.74º70.86%68.63%-
XYZ26.1325.056.59-
YUV133.8681.24157.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.30%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 51 (20.31% from 255) = 14.37%
R=49.30%
G=36.34%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751295100.260.710.3137.7454.8744.31
HexAF813301A471F26372c
Octal2572016303210737466754
Binary1010111110000001110011011010100011111111100110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8133; }

 p { color: rgb(175,129,51); }

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

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

 a { background-color: rgb(175,129,51); }

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

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

 span { border-color: rgb(175,129,51); }

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