Html Css Color HEX #AA8E49 Turmeric

📋 copy color: '#AA8E49'

red 170 ◦ green 142 ◦ blue 73

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

Shades of Turmeric #AA8E49

Tints of Turmeric #AA8E49

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.88%

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

R = 44.16%
G = 36.88%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA8E49 (or 0xAA8E49) is known color: Turmeric. HEX triplet: AA, 8E and 49. RGB value is (170,142,73). Sum of RGB (Red+Green+Blue) = 170+142+73=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8E49 is #5571B6. Grayscale: #8E8E8E. Windows color (decimal): -5599671 or 4820650. OLE color: 4820650.

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

Color convert

RGB 170 142 73 -
CMYK 0 0.16 0.57 0.33
HSL 42.68º 0.4% 0.48% -
HSV(B) 42.68º 0.57% 0.67% -
XYZ 27.45 28.37 10.33 -
YUV 142.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 170 142 73 0 0.16 0.57 0.33 42.68 0.4 0.48
Hex AA 8E 49 0 10 39 21 2B 28 30
Octal 252 216 111 0 20 71 41 53 50 60
Binary 10101010 10001110 1001001 0 10000 111001 100001 101011 101000 110000

Color Harmonies of #AA8E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8E49

Black with #AA8E49

Text Example


Text Example

White with #AA8E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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