#AB7A3D

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

Shades of Mandalay #AB7A3D

Tints of Mandalay #AB7A3D

Color information

#AB7A3D (or 0xAB7A3D) is unknown color: approx Mandalay. HEX triplet: AB, 7A and 3D. RGB value is (171,122,61). Sum of RGB (Red+Green+Blue) = 171+122+61=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A3D is #5485C2. Grayscale: #818181. Windows color (decimal): -5539267 or 4029099. OLE color: 4029099.

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

Color convert

RGB17112261-
CMYK00.290.640.33
HSL33.27º47.41%45.49%-
HSV(B)33.27º64.33%67.06%-
XYZ24.622.917.54-
YUV129.789.23157.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.31%
GREEN value IS 122 (48.05% from 255) = 34.46%
BLUE value IS 61 (24.22% from 255) = 17.23%
R=48.31%
G=34.46%
B=17.23%

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
Decimal1711226100.290.640.3333.2747.4145.49
HexAB7A3D01D4021212f2d
Octal2531727503510041415755
Binary1010101111110101111010111011000000100001100001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A3D; }

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

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

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

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

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

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

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

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