Html Css Color HEX #AA9047 Turmeric

📋 copy color: '#AA9047'

red 170 ◦ green 144 ◦ blue 71

#AA9047
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turmeric #AA9047

Tints of Turmeric #AA9047

RGB

 RED value IS 170 (66.8% from 255) = 44.16%

 GREEN value IS 144 (56.64% from 255) = 37.4%

 BLUE value IS 71 (28.13% from 255) = 18.44%

R = 44.16%
G = 37.4%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA9047 (or 0xAA9047) is known color: Turmeric. HEX triplet: AA, 90 and 47. RGB value is (170,144,71). Sum of RGB (Red+Green+Blue) = 170+144+71=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9047 is #556FB8. Grayscale: #8F8F8F. Windows color (decimal): -5599161 or 4690090. OLE color: 4690090.

HSL color Cylindrical-coordinate representation of color #AA9047: hue angle of 44.24º degrees, saturation: 0.41, 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 #AA9047 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 144 71 -
CMYK 0 0.15 0.58 0.33
HSL 44.24º 0.41% 0.47% -
HSV(B) 44.24º 0.58% 0.67% -
XYZ 27.69 28.95 10.09 -
YUV 143.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 170 144 71 0 0.15 0.58 0.33 44.24 0.41 0.47
Hex AA 90 47 0 F 3A 21 2C 29 2F
Octal 252 220 107 0 17 72 41 54 51 57
Binary 10101010 10010000 1000111 0 1111 111010 100001 101100 101001 101111

Color Harmonies of #AA9047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9047

Black with #AA9047

Text Example


Text Example

White with #AA9047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9047; }

 p { color: rgb(170,144,71); }

 H1.HeaderClassName
 {
   color: #AA9047;
 }
 .AnyTagClassName
 {
   color: #AA9047;
 }
</style>

background-color css

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

 a { background-color: rgb(170,144,71); }

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

border-color css

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

 span { border-color: rgb(170,144,71); }

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