#AAB59D

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

Shades of Silver Chalice #AAB59D

Tints of Silver Chalice #AAB59D

Color information

#AAB59D (or 0xAAB59D) is unknown color: approx Silver Chalice. HEX triplet: AA, B5 and 9D. RGB value is (170,181,157). Sum of RGB (Red+Green+Blue) = 170+181+157=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB59D is #554A62. Grayscale: #AFAFAF. Windows color (decimal): -5589603 or 10335658. OLE color: 10335658.

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

Color convert

RGB170181157-
CMYK0.0600.130.29
HSL87.5º13.95%66.27%-
HSV(B)87.5º13.26%70.98%-
XYZ39.1944.0338.33-
YUV174.98117.86124.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=33.46%
G=35.63%
B=30.91%

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
Decimal1701811570.0600.130.2987.513.9566.27
HexAAB59D60D1D57e42
Octal25226523560153512716102
Binary1010101010110101100111011100110111101101011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB59D; }

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

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

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

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

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

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

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

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