Html Css Color HEX #AAB29E Silver Chalice

📋 copy color: '#AAB29E'

red 170 ◦ green 178 ◦ blue 158

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

Shades of Silver Chalice #AAB29E

Tints of Silver Chalice #AAB29E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.18%

 BLUE value IS 158 (62.11% from 255) = 31.23%

R = 33.6%
G = 35.18%
B = 31.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#AAB29E (or 0xAAB29E) is known color: Silver Chalice. HEX triplet: AA, B2 and 9E. RGB value is (170,178,158). Sum of RGB (Red+Green+Blue) = 170+178+158=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB29E is #554D61. Grayscale: #ADADAD. Windows color (decimal): -5590370 or 10400426. OLE color: 10400426.

HSL color Cylindrical-coordinate representation of color #AAB29E: hue angle of 84º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB29E is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 158 -
CMYK 0.04 0 0.11 0.30
HSL 84º 0.11% 0.66% -
HSV(B) 84º 0.11% 0.7% -
XYZ 38.67 42.86 38.58 -
YUV 173.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 170 178 158 0.04 0 0.11 0.30 84 0.11 0.66
Hex AA B2 9E 4 0 B 1E 54 B 42
Octal 252 262 236 4 0 13 36 124 13 102
Binary 10101010 10110010 10011110 100 0 1011 11110 1010100 1011 1000010

Color Harmonies of #AAB29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB29E

Black with #AAB29E

Text Example


Text Example

White with #AAB29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB29E; }

 p { color: rgb(170,178,158); }

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

background-color css

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

 a { background-color: rgb(170,178,158); }

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

border-color css

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

 span { border-color: rgb(170,178,158); }

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