#A99642

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

Shades of Turmeric #A99642

Tints of Turmeric #A99642

Color information

#A99642 (or 0xA99642) is unknown color: approx Turmeric. HEX triplet: A9, 96 and 42. RGB value is (169,150,66). Sum of RGB (Red+Green+Blue) = 169+150+66=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A99642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99642 is #5669BD. Grayscale: #929292. Windows color (decimal): -5663166 or 4363945. OLE color: 4363945.

HSL color Cylindrical-coordinate representation of color #A99642: hue angle of 48.93º 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 #A99642 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16915066-
CMYK00.110.610.34
HSL48.93º43.83%46.08%-
HSV(B)48.93º60.95%66.27%-
XYZ28.2530.649.58-
YUV146.182.79144.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 66 (26.17% from 255) = 17.14%
R=43.90%
G=38.96%
B=17.14%

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
Decimal1691506600.110.610.3448.9343.8346.08
HexA996420B3D22312c2e
Octal2512261020137542615456
Binary1010100110010110100001001011111101100010110001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99642; }

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

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

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

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

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

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

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

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