#AB8E44

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

Shades of Turmeric #AB8E44

Tints of Turmeric #AB8E44

Color information

#AB8E44 (or 0xAB8E44) is unknown color: approx Turmeric. HEX triplet: AB, 8E and 44. RGB value is (171,142,68). Sum of RGB (Red+Green+Blue) = 171+142+68=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8E44 is #5471BB. Grayscale: #8E8E8E. Windows color (decimal): -5534140 or 4492971. OLE color: 4492971.

HSL color Cylindrical-coordinate representation of color #AB8E44: hue angle of 43.11º 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 #AB8E44 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17114268-
CMYK00.170.600.33
HSL43.11º43.1%46.86%-
HSV(B)43.11º60.23%67.06%-
XYZ27.5128.429.5-
YUV142.2486.11148.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 68 (26.95% from 255) = 17.85%
R=44.88%
G=37.27%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711426800.170.600.3343.1143.146.86
HexAB8E440113C212b2b2f
Octal2532161040217441535357
Binary10101011100011101000100010001111100100001101011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E44; }

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

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

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

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

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

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

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

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