#AB7E35

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

Shades of Mandalay #AB7E35

Tints of Mandalay #AB7E35

Color information

#AB7E35 (or 0xAB7E35) is unknown color: approx Mandalay. HEX triplet: AB, 7E and 35. RGB value is (171,126,53). Sum of RGB (Red+Green+Blue) = 171+126+53=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7E35 is #5481CA. Grayscale: #838383. Windows color (decimal): -5538251 or 3505835. OLE color: 3505835.

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

Color convert

RGB17112653-
CMYK00.260.690.33
HSL37.12º52.68%43.92%-
HSV(B)37.12º69.01%67.06%-
XYZ24.923.846.66-
YUV131.1383.91156.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.86%
GREEN value IS 126 (49.61% from 255) = 36%
BLUE value IS 53 (21.09% from 255) = 15.14%
R=48.86%
G=36%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711265300.260.690.3337.1252.6843.92
HexAB7E3501A452125352c
Octal2531766503210541456554
Binary1010101111111101101010110101000101100001100101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E35; }

 p { color: rgb(171,126,53); }

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

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

 a { background-color: rgb(171,126,53); }

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

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

 span { border-color: rgb(171,126,53); }

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