Html Css Color HEX #AAB49E Silver Chalice

📋 copy color: '#AAB49E'

red 170 ◦ green 180 ◦ blue 158

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

Shades of Silver Chalice #AAB49E

Tints of Silver Chalice #AAB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.43%

 BLUE value IS 158 (62.11% from 255) = 31.1%

R = 33.46%
G = 35.43%
B = 31.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#AAB49E (or 0xAAB49E) is known color: Silver Chalice. HEX triplet: AA, B4 and 9E. RGB value is (170,180,158). Sum of RGB (Red+Green+Blue) = 170+180+158=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB49E is #554B61. Grayscale: #AEAEAE. Windows color (decimal): -5589858 or 10400938. OLE color: 10400938.

HSL color Cylindrical-coordinate representation of color #AAB49E: hue angle of 87.27º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAB49E is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 158 -
CMYK 0.06 0 0.12 0.29
HSL 87.27º 0.13% 0.66% -
HSV(B) 87.27º 0.12% 0.71% -
XYZ 39.07 43.66 38.72 -
YUV 174.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 170 180 158 0.06 0 0.12 0.29 87.27 0.13 0.66
Hex AA B4 9E 6 0 C 1D 57 D 42
Octal 252 264 236 6 0 14 35 127 15 102
Binary 10101010 10110100 10011110 110 0 1100 11101 1010111 1101 1000010

Color Harmonies of #AAB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB49E

Black with #AAB49E

Text Example


Text Example

White with #AAB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB49E; }

 p { color: rgb(170,180,158); }

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

background-color css

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

 a { background-color: rgb(170,180,158); }

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

border-color css

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

 span { border-color: rgb(170,180,158); }

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