#AAB69F

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

Shades of Silver Chalice #AAB69F

Tints of Silver Chalice #AAB69F

Color information

#AAB69F (or 0xAAB69F) is unknown color: approx Silver Chalice. HEX triplet: AA, B6 and 9F. RGB value is (170,182,159). Sum of RGB (Red+Green+Blue) = 170+182+159=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB69F is #554960. Grayscale: #AFAFAF. Windows color (decimal): -5589345 or 10466986. OLE color: 10466986.

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

Color convert

RGB170182159-
CMYK0.0700.130.29
HSL91.3º13.61%66.86%-
HSV(B)91.3º12.64%71.37%-
XYZ39.5644.5139.31-
YUV175.79118.52123.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 159 (62.5% from 255) = 31.12%
R=33.27%
G=35.62%
B=31.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821590.0700.130.2991.313.6166.86
HexAAB69F70D1D5be43
Octal25226623770153513316103
Binary1010101010110110100111111110110111101101101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB69F; }

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

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

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

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

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

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

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

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