#AB8F46

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

Shades of Turmeric #AB8F46

Tints of Turmeric #AB8F46

Color information

#AB8F46 (or 0xAB8F46) is unknown color: approx Turmeric. HEX triplet: AB, 8F and 46. RGB value is (171,143,70). Sum of RGB (Red+Green+Blue) = 171+143+70=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F46 is #5470B9. Grayscale: #8F8F8F. Windows color (decimal): -5533882 or 4624299. OLE color: 4624299.

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

Color convert

RGB17114370-
CMYK00.160.590.33
HSL43.37º41.91%47.25%-
HSV(B)43.37º59.06%67.06%-
XYZ27.7228.759.88-
YUV143.0586.78147.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 70 (27.73% from 255) = 18.23%
R=44.53%
G=37.24%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711437000.160.590.3343.3741.9147.25
HexAB8F460103B212b2a2f
Octal2532171060207341535257
Binary10101011100011111000110010000111011100001101011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8F46; }

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

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

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

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

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

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

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

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