#A99742

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

Shades of Turmeric #A99742

Tints of Turmeric #A99742

Color information

#A99742 (or 0xA99742) is unknown color: approx Turmeric. HEX triplet: A9, 97 and 42. RGB value is (169,151,66). Sum of RGB (Red+Green+Blue) = 169+151+66=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A99742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99742 is #5668BD. Grayscale: #939393. Windows color (decimal): -5662910 or 4364201. OLE color: 4364201.

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

Color convert

RGB16915166-
CMYK00.110.610.34
HSL49.51º43.83%46.08%-
HSV(B)49.51º60.95%66.27%-
XYZ28.4130.969.63-
YUV146.6982.46143.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.78%
GREEN value IS 151 (59.38% from 255) = 39.12%
BLUE value IS 66 (26.17% from 255) = 17.10%
R=43.78%
G=39.12%
B=17.10%

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
Decimal1691516600.110.610.3449.5143.8346.08
HexA997420B3D22322c2e
Octal2512271020137542625456
Binary1010100110010111100001001011111101100010110010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99742; }

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

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

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

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

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

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

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

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