#AB7B3A

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

Shades of Mandalay #AB7B3A

Tints of Mandalay #AB7B3A

Color information

#AB7B3A (or 0xAB7B3A) is unknown color: approx Mandalay. HEX triplet: AB, 7B and 3A. RGB value is (171,123,58). Sum of RGB (Red+Green+Blue) = 171+123+58=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7B3A is #5484C5. Grayscale: #828282. Windows color (decimal): -5539014 or 3832747. OLE color: 3832747.

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

Color convert

RGB17112358-
CMYK00.280.660.33
HSL34.51º49.34%44.9%-
HSV(B)34.51º66.08%67.06%-
XYZ24.6423.137.17-
YUV129.9487.4157.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 123 (48.44% from 255) = 34.94%
BLUE value IS 58 (23.05% from 255) = 16.48%
R=48.58%
G=34.94%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711235800.280.660.3334.5149.3444.9
HexAB7B3A01C422123312d
Octal2531737203410241436155
Binary1010101111110111110100111001000010100001100011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7B3A; }

 p { color: rgb(171,123,58); }

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

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

 a { background-color: rgb(171,123,58); }

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

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

 span { border-color: rgb(171,123,58); }

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