#A89642

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

Shades of Turmeric #A89642

Tints of Turmeric #A89642

Color information

#A89642 (or 0xA89642) is unknown color: approx Turmeric. HEX triplet: A8, 96 and 42. RGB value is (168,150,66). Sum of RGB (Red+Green+Blue) = 168+150+66=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A89642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89642 is #5769BD. Grayscale: #929292. Windows color (decimal): -5728702 or 4363944. OLE color: 4363944.

HSL color Cylindrical-coordinate representation of color #A89642: hue angle of 49.41º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A89642 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16815066-
CMYK00.110.610.34
HSL49.41º43.59%45.88%-
HSV(B)49.41º60.71%65.88%-
XYZ28.0430.539.57-
YUV145.8182.96143.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.75%
GREEN value IS 150 (58.98% from 255) = 39.06%
BLUE value IS 66 (26.17% from 255) = 17.19%
R=43.75%
G=39.06%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681506600.110.610.3449.4143.5945.88
HexA896420B3D22312c2e
Octal2502261020137542615456
Binary1010100010010110100001001011111101100010110001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89642; }

 p { color: rgb(168,150,66); }

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

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

 a { background-color: rgb(168,150,66); }

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

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

 span { border-color: rgb(168,150,66); }

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