Html Css Color HEX #AA9146 Turmeric

📋 copy color: '#AA9146'

red 170 ◦ green 145 ◦ blue 70

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

Shades of Turmeric #AA9146

Tints of Turmeric #AA9146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 44.16%
G = 37.66%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA9146 (or 0xAA9146) is known color: Turmeric. HEX triplet: AA, 91 and 46. RGB value is (170,145,70). Sum of RGB (Red+Green+Blue) = 170+145+70=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9146 is #556EB9. Grayscale: #909090. Windows color (decimal): -5598906 or 4624810. OLE color: 4624810.

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

Color convert

RGB 170 145 70 -
CMYK 0 0.15 0.59 0.33
HSL 45º 0.42% 0.47% -
HSV(B) 45º 0.59% 0.67% -
XYZ 27.81 29.24 9.97 -
YUV 143.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 170 145 70 0 0.15 0.59 0.33 45 0.42 0.47
Hex AA 91 46 0 F 3B 21 2D 2A 2F
Octal 252 221 106 0 17 73 41 55 52 57
Binary 10101010 10010001 1000110 0 1111 111011 100001 101101 101010 101111

Color Harmonies of #AA9146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9146

Black with #AA9146

Text Example


Text Example

White with #AA9146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9146; }

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

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

background-color css

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

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

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

border-color css

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

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

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