#AB9640

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

Shades of Turmeric #AB9640

Tints of Turmeric #AB9640

Color information

#AB9640 (or 0xAB9640) is unknown color: approx Turmeric. HEX triplet: AB, 96 and 40. RGB value is (171,150,64). Sum of RGB (Red+Green+Blue) = 171+150+64=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9640 is #5469BF. Grayscale: #929292. Windows color (decimal): -5532096 or 4232875. OLE color: 4232875.

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

Color convert

RGB17115064-
CMYK00.120.630.33
HSL48.22º45.53%46.08%-
HSV(B)48.22º62.57%67.06%-
XYZ28.6330.849.29-
YUV146.4881.46145.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.42%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 64 (25.39% from 255) = 16.62%
R=44.42%
G=38.96%
B=16.62%

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
Decimal1711506400.120.630.3348.2245.5346.08
HexAB96400C3F21302e2e
Octal2532261000147741605656
Binary1010101110010110100000001100111111100001110000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9640; }

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

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

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

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

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

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

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

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