#AA9046

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

Shades of Turmeric #AA9046

Tints of Turmeric #AA9046

Color information

#AA9046 (or 0xAA9046) is unknown color: approx Turmeric. HEX triplet: AA, 90 and 46. RGB value is (170,144,70). Sum of RGB (Red+Green+Blue) = 170+144+70=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9046 is #556FB9. Grayscale: #8F8F8F. Windows color (decimal): -5599162 or 4624554. OLE color: 4624554.

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

Color convert

RGB17014470-
CMYK00.150.590.33
HSL44.4º41.67%47.06%-
HSV(B)44.4º58.82%66.67%-
XYZ27.6628.939.92-
YUV143.3486.61147.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 70 (27.73% from 255) = 18.23%
R=44.27%
G=37.5%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701447000.150.590.3344.441.6747.06
HexAA90460F3B212c2a2f
Octal2522201060177341545257
Binary1010101010010000100011001111111011100001101100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9046; }

 p { color: rgb(170,144,70); }

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

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

 a { background-color: rgb(170,144,70); }

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

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

 span { border-color: rgb(170,144,70); }

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