#AF8232

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

Shades of Mandalay #AF8232

Tints of Mandalay #AF8232

Color information

#AF8232 (or 0xAF8232) is unknown color: approx Mandalay. HEX triplet: AF, 82 and 32. RGB value is (175,130,50). Sum of RGB (Red+Green+Blue) = 175+130+50=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8232 is #507DCD. Grayscale: #868686. Windows color (decimal): -5275086 or 3310255. OLE color: 3310255.

HSL color Cylindrical-coordinate representation of color #AF8232: hue angle of 38.4º degrees, saturation: 0.56, 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 #AF8232 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17513050-
CMYK00.260.710.31
HSL38.4º55.56%44.12%-
HSV(B)38.4º71.43%68.63%-
XYZ26.2425.316.52-
YUV134.3380.41157-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.30%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 50 (19.92% from 255) = 14.08%
R=49.30%
G=36.62%
B=14.08%

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
Decimal1751305000.260.710.3138.455.5644.12
HexAF823201A471F26382c
Octal2572026203210737467054
Binary1010111110000010110010011010100011111111100110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8232; }

 p { color: rgb(175,130,50); }

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

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

 a { background-color: rgb(175,130,50); }

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

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

 span { border-color: rgb(175,130,50); }

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