#AA8C48

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

Shades of Turmeric #AA8C48

Tints of Turmeric #AA8C48

Color information

#AA8C48 (or 0xAA8C48) is unknown color: approx Turmeric. HEX triplet: AA, 8C and 48. RGB value is (170,140,72). Sum of RGB (Red+Green+Blue) = 170+140+72=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C48 is #5573B7. Grayscale: #8D8D8D. Windows color (decimal): -5600184 or 4754602. OLE color: 4754602.

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

Color convert

RGB17014072-
CMYK00.180.580.33
HSL41.63º40.5%47.45%-
HSV(B)41.63º57.65%66.67%-
XYZ27.1327.7710.06-
YUV141.2288.94148.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 140 (55.08% from 255) = 36.65%
BLUE value IS 72 (28.52% from 255) = 18.85%
R=44.50%
G=36.65%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701407200.180.580.3341.6340.547.45
HexAA8C480123A212a282f
Octal2522141100227241525057
Binary10101010100011001001000010010111010100001101010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C48; }

 p { color: rgb(170,140,72); }

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

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

 a { background-color: rgb(170,140,72); }

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

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

 span { border-color: rgb(170,140,72); }

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