#AB7C38

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

Shades of Mandalay #AB7C38

Tints of Mandalay #AB7C38

Color information

#AB7C38 (or 0xAB7C38) is unknown color: approx Mandalay. HEX triplet: AB, 7C and 38. RGB value is (171,124,56). Sum of RGB (Red+Green+Blue) = 171+124+56=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7C38 is #5483C7. Grayscale: #828282. Windows color (decimal): -5538760 or 3701931. OLE color: 3701931.

HSL color Cylindrical-coordinate representation of color #AB7C38: hue angle of 35.48º degrees, saturation: 0.51, 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 #AB7C38 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17112456-
CMYK00.270.670.33
HSL35.48º50.66%44.51%-
HSV(B)35.48º67.25%67.06%-
XYZ24.7223.366.95-
YUV130.386.07157.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 124 (48.83% from 255) = 35.33%
BLUE value IS 56 (22.27% from 255) = 15.95%
R=48.72%
G=35.33%
B=15.95%

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
Decimal1711245600.270.670.3335.4850.6644.51
HexAB7C3801B432123332d
Octal2531747003310341436355
Binary1010101111111001110000110111000011100001100011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7C38; }

 p { color: rgb(171,124,56); }

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

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

 a { background-color: rgb(171,124,56); }

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

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

 span { border-color: rgb(171,124,56); }

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