#AAB49D

Color #AAB49D Silver Chalice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Chalice #AAB49D

Tints of Silver Chalice #AAB49D

Color information

#AAB49D (or 0xAAB49D) is unknown color: approx Silver Chalice. HEX triplet: AA, B4 and 9D. RGB value is (170,180,157). Sum of RGB (Red+Green+Blue) = 170+180+157=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB49D is #554B62. Grayscale: #AEAEAE. Windows color (decimal): -5589859 or 10335402. OLE color: 10335402.

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

Color convert

RGB170180157-
CMYK0.0600.130.29
HSL86.09º13.29%66.08%-
HSV(B)86.09º12.78%70.59%-
XYZ38.9843.6238.26-
YUV174.39118.19124.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=33.53%
G=35.50%
B=30.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801570.0600.130.2986.0913.2966.08
HexAAB49D60D1D56d42
Octal25226423560153512615102
Binary1010101010110100100111011100110111101101011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB49D; }

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

 H1.HeaderClassName
 {
   color: #AAB49D;
 }
 .AnyTagClassName
 {
   color: #AAB49D;
 }
</style>
background-color css

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

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

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

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

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

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