#A99542

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

Shades of Turmeric #A99542

Tints of Turmeric #A99542

Color information

#A99542 (or 0xA99542) is unknown color: approx Turmeric. HEX triplet: A9, 95 and 42. RGB value is (169,149,66). Sum of RGB (Red+Green+Blue) = 169+149+66=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A99542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99542 is #566ABD. Grayscale: #919191. Windows color (decimal): -5663422 or 4363689. OLE color: 4363689.

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

Color convert

RGB16914966-
CMYK00.120.610.34
HSL48.35º43.83%46.08%-
HSV(B)48.35º60.95%66.27%-
XYZ28.0930.329.53-
YUV145.5283.13144.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 66 (26.17% from 255) = 17.19%
R=44.01%
G=38.80%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691496600.120.610.3448.3543.8346.08
HexA995420C3D22302c2e
Octal2512251020147542605456
Binary1010100110010101100001001100111101100010110000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99542; }

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

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

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

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

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

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

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

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