Html Css Color HEX #AAB59D Silver Chalice

📋 copy color: '#AAB59D'

red 170 ◦ green 181 ◦ blue 157

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

Shades of Silver Chalice #AAB59D

Tints of Silver Chalice #AAB59D

RGB

 RED value IS 170 (66.8% 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 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

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

RGB 170 181 157 -
CMYK 0.06 0 0.13 0.29
HSL 87.5º 0.14% 0.66% -
HSV(B) 87.5º 0.13% 0.71% -
XYZ 39.19 44.03 38.33 -
YUV 174.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 170 181 157 0.06 0 0.13 0.29 87.5 0.14 0.66
Hex AA B5 9D 6 0 D 1D 57 E 42
Octal 252 265 235 6 0 15 35 127 16 102
Binary 10101010 10110101 10011101 110 0 1101 11101 1010111 1110 1000010

Color Harmonies of #AAB59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB59D

Black with #AAB59D

Text Example


Text Example

White with #AAB59D

Text Example


Text Example

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