#AA8F46

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

Shades of Turmeric #AA8F46

Tints of Turmeric #AA8F46

Color information

#AA8F46 (or 0xAA8F46) is unknown color: approx Turmeric. HEX triplet: AA, 8F and 46. RGB value is (170,143,70). Sum of RGB (Red+Green+Blue) = 170+143+70=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F46 is #5570B9. Grayscale: #8F8F8F. Windows color (decimal): -5599418 or 4624298. OLE color: 4624298.

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

Color convert

RGB17014370-
CMYK00.160.590.33
HSL43.8º41.67%47.06%-
HSV(B)43.8º58.82%66.67%-
XYZ27.5128.639.87-
YUV142.7586.95147.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 143 (56.25% from 255) = 37.34%
BLUE value IS 70 (27.73% from 255) = 18.28%
R=44.39%
G=37.34%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701437000.160.590.3343.841.6747.06
HexAA8F460103B212c2a2f
Octal2522171060207341545257
Binary10101010100011111000110010000111011100001101100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F46; }

 p { color: rgb(170,143,70); }

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

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

 a { background-color: rgb(170,143,70); }

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

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

 span { border-color: rgb(170,143,70); }

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