Html Css Color HEX #AA8D47 Turmeric

📋 copy color: '#AA8D47'

red 170 ◦ green 141 ◦ blue 71

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

Shades of Turmeric #AA8D47

Tints of Turmeric #AA8D47

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.91%

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

R = 44.5%
G = 36.91%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA8D47 (or 0xAA8D47) is known color: Turmeric. HEX triplet: AA, 8D and 47. RGB value is (170,141,71). Sum of RGB (Red+Green+Blue) = 170+141+71=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D47 is #5572B8. Grayscale: #8E8E8E. Windows color (decimal): -5599929 or 4689322. OLE color: 4689322.

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

Color convert

RGB 170 141 71 -
CMYK 0 0.17 0.58 0.33
HSL 42.42º 0.41% 0.47% -
HSV(B) 42.42º 0.58% 0.67% -
XYZ 27.24 28.05 9.94 -
YUV 141.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 170 141 71 0 0.17 0.58 0.33 42.42 0.41 0.47
Hex AA 8D 47 0 11 3A 21 2A 29 2F
Octal 252 215 107 0 21 72 41 52 51 57
Binary 10101010 10001101 1000111 0 10001 111010 100001 101010 101001 101111

Color Harmonies of #AA8D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D47

Black with #AA8D47

Text Example


Text Example

White with #AA8D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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