#AB7F33

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

Shades of Mandalay #AB7F33

Tints of Mandalay #AB7F33

Color information

#AB7F33 (or 0xAB7F33) is unknown color: approx Mandalay. HEX triplet: AB, 7F and 33. RGB value is (171,127,51). Sum of RGB (Red+Green+Blue) = 171+127+51=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7F33 is #5480CC. Grayscale: #838383. Windows color (decimal): -5537997 or 3375019. OLE color: 3375019.

HSL color Cylindrical-coordinate representation of color #AB7F33: hue angle of 38º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB7F33 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17112751-
CMYK00.260.700.33
HSL38º54.05%43.53%-
HSV(B)38º70.18%67.06%-
XYZ24.9824.086.46-
YUV131.4982.58156.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 51 (20.31% from 255) = 14.61%
R=49.00%
G=36.39%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711275100.260.700.333854.0543.53
HexAB7F3301A462126362c
Octal2531776303210641466654
Binary1010101111111111100110110101000110100001100110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7F33; }

 p { color: rgb(171,127,51); }

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

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

 a { background-color: rgb(171,127,51); }

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

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

 span { border-color: rgb(171,127,51); }

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