Html Css Color HEX #AAB49F Silver Chalice

📋 copy color: '#AAB49F'

red 170 ◦ green 180 ◦ blue 159

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

Shades of Silver Chalice #AAB49F

Tints of Silver Chalice #AAB49F

RGB

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

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

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

R = 33.4%
G = 35.36%
B = 31.24%

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

#AAB49F (or 0xAAB49F) is known color: Silver Chalice. HEX triplet: AA, B4 and 9F. RGB value is (170,180,159). Sum of RGB (Red+Green+Blue) = 170+180+159=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB49F is #554B60. Grayscale: #AEAEAE. Windows color (decimal): -5589857 or 10466474. OLE color: 10466474.

HSL color Cylindrical-coordinate representation of color #AAB49F: hue angle of 88.57º degrees, saturation: 0.12, 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 #AAB49F is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 159 -
CMYK 0.06 0 0.12 0.29
HSL 88.57º 0.12% 0.66% -
HSV(B) 88.57º 0.12% 0.71% -
XYZ 39.16 43.69 39.17 -
YUV 174.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 170 180 159 0.06 0 0.12 0.29 88.57 0.12 0.66
Hex AA B4 9F 6 0 C 1D 59 C 42
Octal 252 264 237 6 0 14 35 131 14 102
Binary 10101010 10110100 10011111 110 0 1100 11101 1011001 1100 1000010

Color Harmonies of #AAB49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB49F

Black with #AAB49F

Text Example


Text Example

White with #AAB49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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