Html Css Color HEX #AAA18C Napa

📋 copy color: '#AAA18C'

red 170 ◦ green 161 ◦ blue 140

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

Shades of Napa #AAA18C

Tints of Napa #AAA18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 36.09%
G = 34.18%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AAA18C (or 0xAAA18C) is known color: Napa. HEX triplet: AA, A1 and 8C. RGB value is (170,161,140). Sum of RGB (Red+Green+Blue) = 170+161+140=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA18C is #555E73. Grayscale: #A1A1A1. Windows color (decimal): -5594740 or 9216426. OLE color: 9216426.

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

Color convert

RGB 170 161 140 -
CMYK 0 0.05 0.18 0.33
HSL 42º 0.15% 0.61% -
HSV(B) 42º 0.18% 0.67% -
XYZ 34.06 35.93 29.95 -
YUV 161.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 170 161 140 0 0.05 0.18 0.33 42 0.15 0.61
Hex AA A1 8C 0 5 12 21 2A F 3D
Octal 252 241 214 0 5 22 41 52 17 75
Binary 10101010 10100001 10001100 0 101 10010 100001 101010 1111 111101

Color Harmonies of #AAA18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA18C

Black with #AAA18C

Text Example


Text Example

White with #AAA18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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