#A99344

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

Shades of Turmeric #A99344

Tints of Turmeric #A99344

Color information

#A99344 (or 0xA99344) is unknown color: approx Turmeric. HEX triplet: A9, 93 and 44. RGB value is (169,147,68). Sum of RGB (Red+Green+Blue) = 169+147+68=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A99344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99344 is #566CBB. Grayscale: #909090. Windows color (decimal): -5663932 or 4494249. OLE color: 4494249.

HSL color Cylindrical-coordinate representation of color #A99344: hue angle of 46.93º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A99344 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16914768-
CMYK00.130.600.34
HSL46.93º42.62%46.47%-
HSV(B)46.93º59.76%66.27%-
XYZ27.8429.729.74-
YUV144.5784.79145.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 68 (26.95% from 255) = 17.71%
R=44.01%
G=38.28%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691476800.130.600.3446.9342.6246.47
HexA993440D3C222f2b2e
Octal2512231040157442575356
Binary1010100110010011100010001101111100100010101111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99344; }

 p { color: rgb(169,147,68); }

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

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

 a { background-color: rgb(169,147,68); }

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

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

 span { border-color: rgb(169,147,68); }

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