Html Css Color HEX #AAA291 Napa

📋 copy color: '#AAA291'

red 170 ◦ green 162 ◦ blue 145

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

Shades of Napa #AAA291

Tints of Napa #AAA291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.96%

 BLUE value IS 145 (57.03% from 255) = 30.4%

R = 35.64%
G = 33.96%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AAA291 (or 0xAAA291) is known color: Napa. HEX triplet: AA, A2 and 91. RGB value is (170,162,145). Sum of RGB (Red+Green+Blue) = 170+162+145=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA291 is #555D6E. Grayscale: #A2A2A2. Windows color (decimal): -5594479 or 9544362. OLE color: 9544362.

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

Color convert

RGB 170 162 145 -
CMYK 0 0.05 0.15 0.33
HSL 40.8º 0.13% 0.62% -
HSV(B) 40.8º 0.15% 0.67% -
XYZ 34.61 36.43 32 -
YUV 162.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 170 162 145 0 0.05 0.15 0.33 40.8 0.13 0.62
Hex AA A2 91 0 5 F 21 29 D 3E
Octal 252 242 221 0 5 17 41 51 15 76
Binary 10101010 10100010 10010001 0 101 1111 100001 101001 1101 111110

Color Harmonies of #AAA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA291

Black with #AAA291

Text Example


Text Example

White with #AAA291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA291; }

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

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

background-color css

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

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

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

border-color css

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

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

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