#AB7A3E

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

Shades of Mandalay #AB7A3E

Tints of Mandalay #AB7A3E

Color information

#AB7A3E (or 0xAB7A3E) is unknown color: approx Mandalay. HEX triplet: AB, 7A and 3E. RGB value is (171,122,62). Sum of RGB (Red+Green+Blue) = 171+122+62=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A3E is #5485C1. Grayscale: #828282. Windows color (decimal): -5539266 or 4094635. OLE color: 4094635.

HSL color Cylindrical-coordinate representation of color #AB7A3E: hue angle of 33.03º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB7A3E is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB17112262-
CMYK00.290.640.33
HSL33.03º46.78%45.69%-
HSV(B)33.03º63.74%67.06%-
XYZ24.6222.927.68-
YUV129.8189.73157.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.17%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 62 (24.61% from 255) = 17.46%
R=48.17%
G=34.37%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711226200.290.640.3333.0346.7845.69
HexAB7A3E01D4021212f2e
Octal2531727603510041415756
Binary1010101111110101111100111011000000100001100001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A3E; }

 p { color: rgb(171,122,62); }

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

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

 a { background-color: rgb(171,122,62); }

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

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

 span { border-color: rgb(171,122,62); }

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