Html Css Color HEX #AAB19F Silver Chalice

📋 copy color: '#AAB19F'

red 170 ◦ green 177 ◦ blue 159

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

Shades of Silver Chalice #AAB19F

Tints of Silver Chalice #AAB19F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.98%

 BLUE value IS 159 (62.5% from 255) = 31.42%

R = 33.6%
G = 34.98%
B = 31.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AAB19F (or 0xAAB19F) is known color: Silver Chalice. HEX triplet: AA, B1 and 9F. RGB value is (170,177,159). Sum of RGB (Red+Green+Blue) = 170+177+159=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB19F is #554E60. Grayscale: #ACACAC. Windows color (decimal): -5590625 or 10465706. OLE color: 10465706.

HSL color Cylindrical-coordinate representation of color #AAB19F: hue angle of 83.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAB19F is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 159 -
CMYK 0.04 0 0.10 0.31
HSL 83.33º 0.1% 0.66% -
HSV(B) 83.33º 0.1% 0.69% -
XYZ 38.56 42.49 38.97 -
YUV 172.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 170 177 159 0.04 0 0.10 0.31 83.33 0.1 0.66
Hex AA B1 9F 4 0 A 1F 53 A 42
Octal 252 261 237 4 0 12 37 123 12 102
Binary 10101010 10110001 10011111 100 0 1010 11111 1010011 1010 1000010

Color Harmonies of #AAB19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB19F

Black with #AAB19F

Text Example


Text Example

White with #AAB19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB19F; }

 p { color: rgb(170,177,159); }

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

background-color css

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

 a { background-color: rgb(170,177,159); }

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

border-color css

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

 span { border-color: rgb(170,177,159); }

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