#AA904B

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

Shades of Turmeric #AA904B

Tints of Turmeric #AA904B

Color information

#AA904B (or 0xAA904B) is unknown color: approx Turmeric. HEX triplet: AA, 90 and 4B. RGB value is (170,144,75). Sum of RGB (Red+Green+Blue) = 170+144+75=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA904B is #556FB4. Grayscale: #909090. Windows color (decimal): -5599157 or 4952234. OLE color: 4952234.

HSL color Cylindrical-coordinate representation of color #AA904B: hue angle of 43.58º 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 #AA904B is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17014475-
CMYK00.150.560.33
HSL43.58º38.78%48.04%-
HSV(B)43.58º55.88%66.67%-
XYZ27.822910.79-
YUV143.9189.11146.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 75 (29.69% from 255) = 19.28%
R=43.70%
G=37.02%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701447500.150.560.3343.5838.7848.04
HexAA904B0F38212c2730
Octal2522201130177041544760
Binary1010101010010000100101101111111000100001101100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA904B; }

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

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

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

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

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

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

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

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