#AB9240

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

Shades of Turmeric #AB9240

Tints of Turmeric #AB9240

Color information

#AB9240 (or 0xAB9240) is unknown color: approx Turmeric. HEX triplet: AB, 92 and 40. RGB value is (171,146,64). Sum of RGB (Red+Green+Blue) = 171+146+64=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9240 is #546DBF. Grayscale: #909090. Windows color (decimal): -5533120 or 4231851. OLE color: 4231851.

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

Color convert

RGB17114664-
CMYK00.150.630.33
HSL45.98º45.53%46.08%-
HSV(B)45.98º62.57%67.06%-
XYZ2829.599.09-
YUV144.1382.78147.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 64 (25.39% from 255) = 16.80%
R=44.88%
G=38.32%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711466400.150.630.3345.9845.5346.08
HexAB92400F3F212e2e2e
Octal2532221000177741565656
Binary1010101110010010100000001111111111100001101110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9240; }

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

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

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

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

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

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

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

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