#AB9544

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

Shades of Turmeric #AB9544

Tints of Turmeric #AB9544

Color information

#AB9544 (or 0xAB9544) is unknown color: approx Turmeric. HEX triplet: AB, 95 and 44. RGB value is (171,149,68). Sum of RGB (Red+Green+Blue) = 171+149+68=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9544 is #546ABB. Grayscale: #929292. Windows color (decimal): -5532348 or 4494763. OLE color: 4494763.

HSL color Cylindrical-coordinate representation of color #AB9544: hue angle of 47.18º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB9544 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17114968-
CMYK00.130.600.33
HSL47.18º43.1%46.86%-
HSV(B)47.18º60.23%67.06%-
XYZ28.5930.579.86-
YUV146.3483.79145.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.07%
GREEN value IS 149 (58.59% from 255) = 38.40%
BLUE value IS 68 (26.95% from 255) = 17.53%
R=44.07%
G=38.40%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711496800.130.600.3347.1843.146.86
HexAB95440D3C212f2b2f
Octal2532251040157441575357
Binary1010101110010101100010001101111100100001101111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9544; }

 p { color: rgb(171,149,68); }

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

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

 a { background-color: rgb(171,149,68); }

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

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

 span { border-color: rgb(171,149,68); }

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