Html Css Color HEX #ABAEA5 Silver Chalice

📋 copy color: '#ABAEA5'

red 171 ◦ green 174 ◦ blue 165

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

Shades of Silver Chalice #ABAEA5

Tints of Silver Chalice #ABAEA5

RGB

 RED value IS 171 (67.19% from 255) = 33.53%

 GREEN value IS 174 (68.36% from 255) = 34.12%

 BLUE value IS 165 (64.84% from 255) = 32.35%

R = 33.53%
G = 34.12%
B = 32.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#ABAEA5 (or 0xABAEA5) is known color: Silver Chalice. HEX triplet: AB, AE and A5. RGB value is (171,174,165). Sum of RGB (Red+Green+Blue) = 171+174+165=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAEA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEA5 is #54515A. Grayscale: #ACACAC. Windows color (decimal): -5525851 or 10858155. OLE color: 10858155.

HSL color Cylindrical-coordinate representation of color #ABAEA5: hue angle of 80º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ABAEA5 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 165 -
CMYK 0.02 0 0.05 0.32
HSL 80º 0.05% 0.66% -
HSV(B) 80º 0.05% 0.68% -
XYZ 38.72 41.65 41.6 -
YUV 172.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 171 174 165 0.02 0 0.05 0.32 80 0.05 0.66
Hex AB AE A5 2 0 5 20 50 5 42
Octal 253 256 245 2 0 5 40 120 5 102
Binary 10101011 10101110 10100101 10 0 101 100000 1010000 101 1000010

Color Harmonies of #ABAEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAEA5

Black with #ABAEA5

Text Example


Text Example

White with #ABAEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAEA5; }

 p { color: rgb(171,174,165); }

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

background-color css

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

 a { background-color: rgb(171,174,165); }

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

border-color css

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

 span { border-color: rgb(171,174,165); }

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