Html Css Color HEX #AA9046 Turmeric

📋 copy color: '#AA9046'

red 170 ◦ green 144 ◦ blue 70

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

Shades of Turmeric #AA9046

Tints of Turmeric #AA9046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.23%

R = 44.27%
G = 37.5%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA9046 (or 0xAA9046) is known color: Turmeric. HEX triplet: AA, 90 and 46. RGB value is (170,144,70). Sum of RGB (Red+Green+Blue) = 170+144+70=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9046 is #556FB9. Grayscale: #8F8F8F. Windows color (decimal): -5599162 or 4624554. OLE color: 4624554.

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

Color convert

RGB 170 144 70 -
CMYK 0 0.15 0.59 0.33
HSL 44.4º 0.42% 0.47% -
HSV(B) 44.4º 0.59% 0.67% -
XYZ 27.66 28.93 9.92 -
YUV 143.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 170 144 70 0 0.15 0.59 0.33 44.4 0.42 0.47
Hex AA 90 46 0 F 3B 21 2C 2A 2F
Octal 252 220 106 0 17 73 41 54 52 57
Binary 10101010 10010000 1000110 0 1111 111011 100001 101100 101010 101111

Color Harmonies of #AA9046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9046

Black with #AA9046

Text Example


Text Example

White with #AA9046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9046; }

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

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

background-color css

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

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

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

border-color css

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

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

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