Html Css Color HEX #AAB0A4 Silver Chalice

📋 copy color: '#AAB0A4'

red 170 ◦ green 176 ◦ blue 164

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

Shades of Silver Chalice #AAB0A4

Tints of Silver Chalice #AAB0A4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.51%

 BLUE value IS 164 (64.45% from 255) = 32.16%

R = 33.33%
G = 34.51%
B = 32.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AAB0A4 (or 0xAAB0A4) is known color: Silver Chalice. HEX triplet: AA, B0 and A4. RGB value is (170,176,164). Sum of RGB (Red+Green+Blue) = 170+176+164=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB0A4 is #554F5B. Grayscale: #ACACAC. Windows color (decimal): -5590876 or 10793130. OLE color: 10793130.

HSL color Cylindrical-coordinate representation of color #AAB0A4: hue angle of 90º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB0A4 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 164 -
CMYK 0.03 0 0.07 0.31
HSL 90º 0.07% 0.67% -
HSV(B) 90º 0.07% 0.69% -
XYZ 38.8 42.28 41.24 -
YUV 172.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 170 176 164 0.03 0 0.07 0.31 90 0.07 0.67
Hex AA B0 A4 3 0 7 1F 5A 7 43
Octal 252 260 244 3 0 7 37 132 7 103
Binary 10101010 10110000 10100100 11 0 111 11111 1011010 111 1000011

Color Harmonies of #AAB0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0A4

Black with #AAB0A4

Text Example


Text Example

White with #AAB0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0A4; }

 p { color: rgb(170,176,164); }

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

background-color css

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

 a { background-color: rgb(170,176,164); }

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

border-color css

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

 span { border-color: rgb(170,176,164); }

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