Html Css Color HEX #AA904A Turmeric

📋 copy color: '#AA904A'

red 170 ◦ green 144 ◦ blue 74

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

Shades of Turmeric #AA904A

Tints of Turmeric #AA904A

RGB

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

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

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

R = 43.81%
G = 37.11%
B = 19.07%

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

#AA904A (or 0xAA904A) is known color: Turmeric. HEX triplet: AA, 90 and 4A. RGB value is (170,144,74). Sum of RGB (Red+Green+Blue) = 170+144+74=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA904A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA904A is #556FB5. Grayscale: #909090. Windows color (decimal): -5599158 or 4886698. OLE color: 4886698.

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

Color convert

RGB 170 144 74 -
CMYK 0 0.15 0.56 0.33
HSL 43.75º 0.39% 0.48% -
HSV(B) 43.75º 0.56% 0.67% -
XYZ 27.79 28.99 10.61 -
YUV 143.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 170 144 74 0 0.15 0.56 0.33 43.75 0.39 0.48
Hex AA 90 4A 0 F 38 21 2C 27 30
Octal 252 220 112 0 17 70 41 54 47 60
Binary 10101010 10010000 1001010 0 1111 111000 100001 101100 100111 110000

Color Harmonies of #AA904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA904A

Black with #AA904A

Text Example


Text Example

White with #AA904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA904A; }

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

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

background-color css

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

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

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

border-color css

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

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

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