#A99A3E

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

Shades of Turmeric #A99A3E

Tints of Turmeric #A99A3E

Color information

#A99A3E (or 0xA99A3E) is unknown color: approx Turmeric. HEX triplet: A9, 9A and 3E. RGB value is (169,154,62). Sum of RGB (Red+Green+Blue) = 169+154+62=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99A3E is #5665C1. Grayscale: #949494. Windows color (decimal): -5662146 or 4102825. OLE color: 4102825.

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

Color convert

RGB16915462-
CMYK00.090.630.34
HSL51.59º46.32%45.29%-
HSV(B)51.59º63.31%66.27%-
XYZ28.7931.899.2-
YUV14879.47142.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 154 (60.55% from 255) = 40%
BLUE value IS 62 (24.61% from 255) = 16.10%
R=43.90%
G=40%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691546200.090.630.3451.5946.3245.29
HexA99A3E093F22342e2d
Octal251232760117742645655
Binary101010011001101011111001001111111100010110100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A3E; }

 p { color: rgb(169,154,62); }

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

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

 a { background-color: rgb(169,154,62); }

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

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

 span { border-color: rgb(169,154,62); }

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