#AA924A

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

Shades of Turmeric #AA924A

Tints of Turmeric #AA924A

Color information

#AA924A (or 0xAA924A) is unknown color: approx Turmeric. HEX triplet: AA, 92 and 4A. RGB value is (170,146,74). Sum of RGB (Red+Green+Blue) = 170+146+74=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA924A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA924A is #556DB5. Grayscale: #919191. Windows color (decimal): -5598646 or 4887210. OLE color: 4887210.

HSL color Cylindrical-coordinate representation of color #AA924A: hue angle of 45º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA924A is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17014674-
CMYK00.140.560.33
HSL45º39.34%47.84%-
HSV(B)45º56.47%66.67%-
XYZ28.0929.610.71-
YUV144.9787.95145.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 74 (29.30% from 255) = 18.97%
R=43.59%
G=37.44%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701467400.140.560.334539.3447.84
HexAA924A0E38212d2730
Octal2522221120167041554760
Binary1010101010010010100101001110111000100001101101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA924A; }

 p { color: rgb(170,146,74); }

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

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

 a { background-color: rgb(170,146,74); }

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

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

 span { border-color: rgb(170,146,74); }

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