#AF822B

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

Shades of Mandalay #AF822B

Tints of Mandalay #AF822B

Color information

#AF822B (or 0xAF822B) is unknown color: approx Mandalay. HEX triplet: AF, 82 and 2B. RGB value is (175,130,43). Sum of RGB (Red+Green+Blue) = 175+130+43=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF822B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF822B is #507DD4. Grayscale: #858585. Windows color (decimal): -5275093 or 2851503. OLE color: 2851503.

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

Color convert

RGB17513043-
CMYK00.260.750.31
HSL39.55º60.55%42.75%-
HSV(B)39.55º75.43%68.63%-
XYZ26.125.255.78-
YUV133.5476.91157.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 43 (17.19% from 255) = 12.36%
R=50.29%
G=37.36%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751304300.260.750.3139.5560.5542.75
HexAF822B01A4B1F283d2b
Octal2572025303211337507553
Binary1010111110000010101011011010100101111111101000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF822B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF822B; }

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

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

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

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

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

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

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

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