#AB822E

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

Shades of Mandalay #AB822E

Tints of Mandalay #AB822E

Color information

#AB822E (or 0xAB822E) is unknown color: approx Mandalay. HEX triplet: AB, 82 and 2E. RGB value is (171,130,46). Sum of RGB (Red+Green+Blue) = 171+130+46=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB822E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB822E is #547DD1. Grayscale: #858585. Windows color (decimal): -5537234 or 3048107. OLE color: 3048107.

HSL color Cylindrical-coordinate representation of color #AB822E: hue angle of 40.32º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB822E is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB17113046-
CMYK00.240.730.33
HSL40.32º57.6%42.55%-
HSV(B)40.32º73.1%67.06%-
XYZ25.2724.826.04-
YUV132.6879.08155.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 46 (18.36% from 255) = 13.26%
R=49.28%
G=37.46%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711304600.240.730.3340.3257.642.55
HexAB822E0184921283a2b
Octal2532025603011141507253
Binary10101011100000101011100110001001001100001101000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB822E; }

 p { color: rgb(171,130,46); }

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

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

 a { background-color: rgb(171,130,46); }

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

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

 span { border-color: rgb(171,130,46); }

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