#AB7D39

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

Shades of Mandalay #AB7D39

Tints of Mandalay #AB7D39

Color information

#AB7D39 (or 0xAB7D39) is unknown color: approx Mandalay. HEX triplet: AB, 7D and 39. RGB value is (171,125,57). Sum of RGB (Red+Green+Blue) = 171+125+57=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D39 is #5482C6. Grayscale: #838383. Windows color (decimal): -5538503 or 3767723. OLE color: 3767723.

HSL color Cylindrical-coordinate representation of color #AB7D39: hue angle of 35.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB7D39 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17112557-
CMYK00.270.670.33
HSL35.79º50%44.71%-
HSV(B)35.79º66.67%67.06%-
XYZ24.8723.627.12-
YUV13186.24156.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.44%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 57 (22.66% from 255) = 16.15%
R=48.44%
G=35.41%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711255700.270.670.3335.795044.71
HexAB7D3901B432124322d
Octal2531757103310341446255
Binary1010101111111011110010110111000011100001100100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D39; }

 p { color: rgb(171,125,57); }

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

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

 a { background-color: rgb(171,125,57); }

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

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

 span { border-color: rgb(171,125,57); }

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