#AA953C

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

Shades of Turmeric #AA953C

Tints of Turmeric #AA953C

Color information

#AA953C (or 0xAA953C) is unknown color: approx Turmeric. HEX triplet: AA, 95 and 3C. RGB value is (170,149,60). Sum of RGB (Red+Green+Blue) = 170+149+60=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA953C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA953C is #556AC3. Grayscale: #919191. Windows color (decimal): -5597892 or 3970474. OLE color: 3970474.

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

Color convert

RGB17014960-
CMYK00.120.650.33
HSL48.55º47.83%45.1%-
HSV(B)48.55º64.71%66.67%-
XYZ28.1430.378.65-
YUV145.1379.96145.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 149 (58.59% from 255) = 39.31%
BLUE value IS 60 (23.83% from 255) = 15.83%
R=44.85%
G=39.31%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701496000.120.650.3348.5547.8345.1
HexAA953C0C412131302d
Octal2522257401410141616055
Binary1010101010010101111100011001000001100001110001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA953C; }

 p { color: rgb(170,149,60); }

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

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

 a { background-color: rgb(170,149,60); }

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

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

 span { border-color: rgb(170,149,60); }

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