Html Css Color HEX #AAB59F Silver Chalice

📋 copy color: '#AAB59F'

red 170 ◦ green 181 ◦ blue 159

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

Shades of Silver Chalice #AAB59F

Tints of Silver Chalice #AAB59F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.49%

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

R = 33.33%
G = 35.49%
B = 31.18%

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

#AAB59F (or 0xAAB59F) is known color: Silver Chalice. HEX triplet: AA, B5 and 9F. RGB value is (170,181,159). Sum of RGB (Red+Green+Blue) = 170+181+159=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB59F is #554A60. Grayscale: #AFAFAF. Windows color (decimal): -5589601 or 10466730. OLE color: 10466730.

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

Color convert

RGB 170 181 159 -
CMYK 0.06 0 0.12 0.29
HSL 90º 0.13% 0.67% -
HSV(B) 90º 0.12% 0.71% -
XYZ 39.36 44.1 39.24 -
YUV 175.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 170 181 159 0.06 0 0.12 0.29 90 0.13 0.67
Hex AA B5 9F 6 0 C 1D 5A D 43
Octal 252 265 237 6 0 14 35 132 15 103
Binary 10101010 10110101 10011111 110 0 1100 11101 1011010 1101 1000011

Color Harmonies of #AAB59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB59F

Black with #AAB59F

Text Example


Text Example

White with #AAB59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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