#AA9A3D

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

Shades of Turmeric #AA9A3D

Tints of Turmeric #AA9A3D

Color information

#AA9A3D (or 0xAA9A3D) is unknown color: approx Turmeric. HEX triplet: AA, 9A and 3D. RGB value is (170,154,61). Sum of RGB (Red+Green+Blue) = 170+154+61=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A3D is #5565C2. Grayscale: #949494. Windows color (decimal): -5596611 or 4037290. OLE color: 4037290.

HSL color Cylindrical-coordinate representation of color #AA9A3D: hue angle of 51.19º 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 #AA9A3D is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB17015461-
CMYK00.090.640.33
HSL51.19º47.19%45.29%-
HSV(B)51.19º64.12%66.67%-
XYZ28.9831.999.06-
YUV148.1878.8143.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 154 (60.55% from 255) = 40%
BLUE value IS 61 (24.22% from 255) = 15.84%
R=44.16%
G=40%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701546100.090.640.3351.1947.1945.29
HexAA9A3D094021332f2d
Octal2522327501110041635755
Binary1010101010011010111101010011000000100001110011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A3D; }

 p { color: rgb(170,154,61); }

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

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

 a { background-color: rgb(170,154,61); }

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

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

 span { border-color: rgb(170,154,61); }

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