Html Css Color HEX #AAB49D Silver Chalice

📋 copy color: '#AAB49D'

red 170 ◦ green 180 ◦ blue 157

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

Shades of Silver Chalice #AAB49D

Tints of Silver Chalice #AAB49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.97%

R = 33.53%
G = 35.5%
B = 30.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#AAB49D (or 0xAAB49D) is known color: 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

RGB 170 180 157 -
CMYK 0.06 0 0.13 0.29
HSL 86.09º 0.13% 0.66% -
HSV(B) 86.09º 0.13% 0.71% -
XYZ 38.98 43.62 38.26 -
YUV 174.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 170 180 157 0.06 0 0.13 0.29 86.09 0.13 0.66
Hex AA B4 9D 6 0 D 1D 56 D 42
Octal 252 264 235 6 0 15 35 126 15 102
Binary 10101010 10110100 10011101 110 0 1101 11101 1010110 1101 1000010

Color Harmonies of #AAB49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB49D

Black with #AAB49D

Text Example


Text Example

White with #AAB49D

Text Example


Text Example

HTML Codes & Css Web 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>