Html Css Color HEX #AA9249 Turmeric

📋 copy color: '#AA9249'

red 170 ◦ green 146 ◦ blue 73

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

Shades of Turmeric #AA9249

Tints of Turmeric #AA9249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.53%

 BLUE value IS 73 (28.91% from 255) = 18.77%

R = 43.7%
G = 37.53%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA9249 (or 0xAA9249) is known color: Turmeric. HEX triplet: AA, 92 and 49. RGB value is (170,146,73). Sum of RGB (Red+Green+Blue) = 170+146+73=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9249 is #556DB6. Grayscale: #919191. Windows color (decimal): -5598647 or 4821674. OLE color: 4821674.

HSL color Cylindrical-coordinate representation of color #AA9249: hue angle of 45.15º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA9249 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 146 73 -
CMYK 0 0.14 0.57 0.33
HSL 45.15º 0.4% 0.48% -
HSV(B) 45.15º 0.57% 0.67% -
XYZ 28.06 29.58 10.53 -
YUV 144.85 87.45 145.94 -
System Red Green Blue C M Y K H S L
Decimal 170 146 73 0 0.14 0.57 0.33 45.15 0.4 0.48
Hex AA 92 49 0 E 39 21 2D 28 30
Octal 252 222 111 0 16 71 41 55 50 60
Binary 10101010 10010010 1001001 0 1110 111001 100001 101101 101000 110000

Color Harmonies of #AA9249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9249

Black with #AA9249

Text Example


Text Example

White with #AA9249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9249; }

 p { color: rgb(170,146,73); }

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

background-color css

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

 a { background-color: rgb(170,146,73); }

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

border-color css

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

 span { border-color: rgb(170,146,73); }

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