#AB8D45

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

Shades of Turmeric #AB8D45

Tints of Turmeric #AB8D45

Color information

#AB8D45 (or 0xAB8D45) is unknown color: approx Turmeric. HEX triplet: AB, 8D and 45. RGB value is (171,141,69). Sum of RGB (Red+Green+Blue) = 171+141+69=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D45 is #5472BA. Grayscale: #8E8E8E. Windows color (decimal): -5534395 or 4558251. OLE color: 4558251.

HSL color Cylindrical-coordinate representation of color #AB8D45: hue angle of 42.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB8D45 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17114169-
CMYK00.180.600.33
HSL42.35º42.5%47.06%-
HSV(B)42.35º59.65%67.06%-
XYZ27.3928.149.62-
YUV141.7686.94148.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 141 (55.47% from 255) = 37.01%
BLUE value IS 69 (27.34% from 255) = 18.11%
R=44.88%
G=37.01%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711416900.180.600.3342.3542.547.06
HexAB8D450123C212a2a2f
Octal2532151050227441525257
Binary10101011100011011000101010010111100100001101010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8D45; }

 p { color: rgb(171,141,69); }

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

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

 a { background-color: rgb(171,141,69); }

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

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

 span { border-color: rgb(171,141,69); }

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