#AA993E

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

Shades of Turmeric #AA993E

Tints of Turmeric #AA993E

Color information

#AA993E (or 0xAA993E) is unknown color: approx Turmeric. HEX triplet: AA, 99 and 3E. RGB value is (170,153,62). Sum of RGB (Red+Green+Blue) = 170+153+62=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA993E is #5566C1. Grayscale: #949494. Windows color (decimal): -5596866 or 4102570. OLE color: 4102570.

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

Color convert

RGB17015362-
CMYK00.10.640.33
HSL50.56º46.55%45.49%-
HSV(B)50.56º63.53%66.67%-
XYZ28.8431.689.15-
YUV147.7179.63143.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 153 (60.16% from 255) = 39.74%
BLUE value IS 62 (24.61% from 255) = 16.10%
R=44.16%
G=39.74%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701536200.10.640.3350.5646.5545.49
HexAA993E0A4021332f2d
Octal2522317601210041635755
Binary1010101010011001111110010101000000100001110011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA993E; }

 p { color: rgb(170,153,62); }

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

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

 a { background-color: rgb(170,153,62); }

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

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

 span { border-color: rgb(170,153,62); }

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