Html Css Color HEX #AAA092 Napa

📋 copy color: '#AAA092'

red 170 ◦ green 160 ◦ blue 146

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

Shades of Napa #AAA092

Tints of Napa #AAA092

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.61%

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

R = 35.71%
G = 33.61%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AAA092 (or 0xAAA092) is known color: Napa. HEX triplet: AA, A0 and 92. RGB value is (170,160,146). Sum of RGB (Red+Green+Blue) = 170+160+146=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA092 is #555F6D. Grayscale: #A1A1A1. Windows color (decimal): -5594990 or 9609386. OLE color: 9609386.

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

Color convert

RGB 170 160 146 -
CMYK 0 0.06 0.14 0.33
HSL 35º 0.12% 0.62% -
HSV(B) 35º 0.14% 0.67% -
XYZ 34.34 35.76 32.29 -
YUV 161.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 170 160 146 0 0.06 0.14 0.33 35 0.12 0.62
Hex AA A0 92 0 6 E 21 23 C 3E
Octal 252 240 222 0 6 16 41 43 14 76
Binary 10101010 10100000 10010010 0 110 1110 100001 100011 1100 111110

Color Harmonies of #AAA092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA092

Black with #AAA092

Text Example


Text Example

White with #AAA092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA092; }

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

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

background-color css

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

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

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

border-color css

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

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

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