Html Css Color HEX #AAA18A Napa

📋 copy color: '#AAA18A'

red 170 ◦ green 161 ◦ blue 138

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

Shades of Napa #AAA18A

Tints of Napa #AAA18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.42%

R = 36.25%
G = 34.33%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AAA18A (or 0xAAA18A) is known color: Napa. HEX triplet: AA, A1 and 8A. RGB value is (170,161,138). Sum of RGB (Red+Green+Blue) = 170+161+138=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA18A is #555E75. Grayscale: #A1A1A1. Windows color (decimal): -5594742 or 9085354. OLE color: 9085354.

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

Color convert

RGB 170 161 138 -
CMYK 0 0.05 0.19 0.33
HSL 43.13º 0.16% 0.6% -
HSV(B) 43.13º 0.19% 0.67% -
XYZ 33.91 35.87 29.18 -
YUV 161.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 170 161 138 0 0.05 0.19 0.33 43.13 0.16 0.6
Hex AA A1 8A 0 5 13 21 2B 10 3C
Octal 252 241 212 0 5 23 41 53 20 74
Binary 10101010 10100001 10001010 0 101 10011 100001 101011 10000 111100

Color Harmonies of #AAA18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA18A

Black with #AAA18A

Text Example


Text Example

White with #AAA18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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