#AA983F

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

Shades of Turmeric #AA983F

Tints of Turmeric #AA983F

Color information

#AA983F (or 0xAA983F) is unknown color: approx Turmeric. HEX triplet: AA, 98 and 3F. RGB value is (170,152,63). Sum of RGB (Red+Green+Blue) = 170+152+63=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA983F is #5567C0. Grayscale: #939393. Windows color (decimal): -5597121 or 4167850. OLE color: 4167850.

HSL color Cylindrical-coordinate representation of color #AA983F: hue angle of 49.91º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA983F is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB17015263-
CMYK00.110.630.33
HSL49.91º45.92%45.69%-
HSV(B)49.91º62.94%66.67%-
XYZ28.731.369.24-
YUV147.2480.46144.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 152 (59.77% from 255) = 39.48%
BLUE value IS 63 (25% from 255) = 16.36%
R=44.16%
G=39.48%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701526300.110.630.3349.9145.9245.69
HexAA983F0B3F21322e2e
Octal252230770137741625656
Binary101010101001100011111101011111111100001110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA983F; }

 p { color: rgb(170,152,63); }

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

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

 a { background-color: rgb(170,152,63); }

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

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

 span { border-color: rgb(170,152,63); }

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