#AB8E46

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

Shades of Turmeric #AB8E46

Tints of Turmeric #AB8E46

Color information

#AB8E46 (or 0xAB8E46) is unknown color: approx Turmeric. HEX triplet: AB, 8E and 46. RGB value is (171,142,70). Sum of RGB (Red+Green+Blue) = 171+142+70=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8E46 is #5471B9. Grayscale: #8E8E8E. Windows color (decimal): -5534138 or 4624043. OLE color: 4624043.

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

Color convert

RGB17114270-
CMYK00.170.590.33
HSL42.77º41.91%47.25%-
HSV(B)42.77º59.06%67.06%-
XYZ27.5728.459.83-
YUV142.4687.11148.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 70 (27.73% from 255) = 18.28%
R=44.65%
G=37.08%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711427000.170.590.3342.7741.9147.25
HexAB8E460113B212b2a2f
Octal2532161060217341535257
Binary10101011100011101000110010001111011100001101011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E46; }

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

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

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

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

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

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

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

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