Html Css Color HEX #AA914A Turmeric

📋 copy color: '#AA914A'

red 170 ◦ green 145 ◦ blue 74

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

Shades of Turmeric #AA914A

Tints of Turmeric #AA914A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.28%

 BLUE value IS 74 (29.3% from 255) = 19.02%

R = 43.7%
G = 37.28%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA914A (or 0xAA914A) is known color: Turmeric. HEX triplet: AA, 91 and 4A. RGB value is (170,145,74). Sum of RGB (Red+Green+Blue) = 170+145+74=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA914A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA914A is #556EB5. Grayscale: #909090. Windows color (decimal): -5598902 or 4886954. OLE color: 4886954.

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

Color convert

RGB 170 145 74 -
CMYK 0 0.15 0.56 0.33
HSL 44.38º 0.39% 0.48% -
HSV(B) 44.38º 0.56% 0.67% -
XYZ 27.94 29.29 10.66 -
YUV 144.38 88.28 146.27 -
System Red Green Blue C M Y K H S L
Decimal 170 145 74 0 0.15 0.56 0.33 44.38 0.39 0.48
Hex AA 91 4A 0 F 38 21 2C 27 30
Octal 252 221 112 0 17 70 41 54 47 60
Binary 10101010 10010001 1001010 0 1111 111000 100001 101100 100111 110000

Color Harmonies of #AA914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA914A

Black with #AA914A

Text Example


Text Example

White with #AA914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA914A; }

 p { color: rgb(170,145,74); }

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

background-color css

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

 a { background-color: rgb(170,145,74); }

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

border-color css

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

 span { border-color: rgb(170,145,74); }

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