Html Css Color HEX #AAA292 Napa

📋 copy color: '#AAA292'

red 170 ◦ green 162 ◦ blue 146

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

Shades of Napa #AAA292

Tints of Napa #AAA292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.54%

R = 35.56%
G = 33.89%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AAA292 (or 0xAAA292) is known color: Napa. HEX triplet: AA, A2 and 92. RGB value is (170,162,146). Sum of RGB (Red+Green+Blue) = 170+162+146=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA292 is #555D6D. Grayscale: #A2A2A2. Windows color (decimal): -5594478 or 9609898. OLE color: 9609898.

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

Color convert

RGB 170 162 146 -
CMYK 0 0.05 0.14 0.33
HSL 40º 0.12% 0.62% -
HSV(B) 40º 0.14% 0.67% -
XYZ 34.69 36.46 32.4 -
YUV 162.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 170 162 146 0 0.05 0.14 0.33 40 0.12 0.62
Hex AA A2 92 0 5 E 21 28 C 3E
Octal 252 242 222 0 5 16 41 50 14 76
Binary 10101010 10100010 10010010 0 101 1110 100001 101000 1100 111110

Color Harmonies of #AAA292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA292

Black with #AAA292

Text Example


Text Example

White with #AAA292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA292; }

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

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

background-color css

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

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

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

border-color css

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

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

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