#AB8030

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

Shades of Mandalay #AB8030

Tints of Mandalay #AB8030

Color information

#AB8030 (or 0xAB8030) is unknown color: approx Mandalay. HEX triplet: AB, 80 and 30. RGB value is (171,128,48). Sum of RGB (Red+Green+Blue) = 171+128+48=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8030 is #547FCF. Grayscale: #848484. Windows color (decimal): -5537744 or 3178667. OLE color: 3178667.

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

Color convert

RGB17112848-
CMYK00.250.720.33
HSL39.02º56.16%42.94%-
HSV(B)39.02º71.93%67.06%-
XYZ25.0524.316.17-
YUV131.7480.75156-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 48 (19.14% from 255) = 13.83%
R=49.28%
G=36.89%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711284800.250.720.3339.0256.1642.94
HexAB8030019482127382b
Octal2532006003111041477053
Binary10101011100000001100000110011001000100001100111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8030; }

 p { color: rgb(171,128,48); }

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

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

 a { background-color: rgb(171,128,48); }

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

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

 span { border-color: rgb(171,128,48); }

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