#af8128

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

Shades of Mandalay #AF8128

Tints of Mandalay #AF8128

Color information

#AF8128 (or 0xAF8128) is unknown color: approx Mandalay. HEX triplet: AF, 81 and 28. RGB value is (175,129,40). Sum of RGB (Red+Green+Blue) = 175+129+40=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8128 is #507ED7. Grayscale: #858585. Windows color (decimal): -5275352 or 2654639. OLE color: 2654639.

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

Color convert

RGB17512940-
CMYK00.260.770.31
HSL39.56º62.79%42.16%-
HSV(B)39.56º77.14%68.63%-
XYZ25.9124.975.46-
YUV132.6175.74158.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 129 (50.78% from 255) = 37.5%
BLUE value IS 40 (16.02% from 255) = 11.63%
R=50.87%
G=37.5%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751294000.260.770.3139.5662.7942.16
HexAF812801A4D1F283f2a
Octal2572015003211537507752
Binary1010111110000001101000011010100110111111101000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af8128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af8128; }

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

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

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

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

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

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

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

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