#AB9740

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

Shades of Turmeric #AB9740

Tints of Turmeric #AB9740

Color information

#AB9740 (or 0xAB9740) is unknown color: approx Turmeric. HEX triplet: AB, 97 and 40. RGB value is (171,151,64). Sum of RGB (Red+Green+Blue) = 171+151+64=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9740 is #5468BF. Grayscale: #939393. Windows color (decimal): -5531840 or 4233131. OLE color: 4233131.

HSL color Cylindrical-coordinate representation of color #AB9740: hue angle of 48.79º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB9740 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB17115164-
CMYK00.120.630.33
HSL48.79º45.53%46.08%-
HSV(B)48.79º62.57%67.06%-
XYZ28.7931.169.35-
YUV147.0681.13145.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 151 (59.38% from 255) = 39.12%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=44.30%
G=39.12%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711516400.120.630.3348.7945.5346.08
HexAB97400C3F21312e2e
Octal2532271000147741615656
Binary1010101110010111100000001100111111100001110001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9740; }

 p { color: rgb(171,151,64); }

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

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

 a { background-color: rgb(171,151,64); }

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

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

 span { border-color: rgb(171,151,64); }

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