#A99045

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

Shades of Turmeric #A99045

Tints of Turmeric #A99045

Color information

#A99045 (or 0xA99045) is unknown color: approx Turmeric. HEX triplet: A9, 90 and 45. RGB value is (169,144,69). Sum of RGB (Red+Green+Blue) = 169+144+69=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A99045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99045 is #566FBA. Grayscale: #8F8F8F. Windows color (decimal): -5664699 or 4559017. OLE color: 4559017.

HSL color Cylindrical-coordinate representation of color #A99045: hue angle of 45º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A99045 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB16914469-
CMYK00.150.590.34
HSL45º42.02%46.67%-
HSV(B)45º59.17%66.27%-
XYZ27.4128.819.75-
YUV142.9386.28146.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 69 (27.34% from 255) = 18.06%
R=44.24%
G=37.70%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691446900.150.590.344542.0246.67
HexA990450F3B222d2a2f
Octal2512201050177342555257
Binary1010100110010000100010101111111011100010101101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99045; }

 p { color: rgb(169,144,69); }

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

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

 a { background-color: rgb(169,144,69); }

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

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

 span { border-color: rgb(169,144,69); }

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