Html Css Color HEX #AAA188 Napa

📋 copy color: '#AAA188'

red 170 ◦ green 161 ◦ blue 136

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

Shades of Napa #AAA188

Tints of Napa #AAA188

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.48%

 BLUE value IS 136 (53.52% from 255) = 29.12%

R = 36.4%
G = 34.48%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AAA188 (or 0xAAA188) is known color: Napa. HEX triplet: AA, A1 and 88. RGB value is (170,161,136). Sum of RGB (Red+Green+Blue) = 170+161+136=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA188 is #555E77. Grayscale: #A0A0A0. Windows color (decimal): -5594744 or 8954282. OLE color: 8954282.

HSL color Cylindrical-coordinate representation of color #AAA188: hue angle of 44.12º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAA188 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 161 136 -
CMYK 0 0.05 0.20 0.33
HSL 44.12º 0.17% 0.6% -
HSV(B) 44.12º 0.2% 0.67% -
XYZ 33.77 35.81 28.43 -
YUV 160.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 170 161 136 0 0.05 0.20 0.33 44.12 0.17 0.6
Hex AA A1 88 0 5 14 21 2C 11 3C
Octal 252 241 210 0 5 24 41 54 21 74
Binary 10101010 10100001 10001000 0 101 10100 100001 101100 10001 111100

Color Harmonies of #AAA188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA188

Black with #AAA188

Text Example


Text Example

White with #AAA188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA188; }

 p { color: rgb(170,161,136); }

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

background-color css

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

 a { background-color: rgb(170,161,136); }

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

border-color css

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

 span { border-color: rgb(170,161,136); }

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