Html Css Color HEX #A8ABA5 Silver Chalice

📋 copy color: '#A8ABA5'

red 168 ◦ green 171 ◦ blue 165

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

Shades of Silver Chalice #A8ABA5

Tints of Silver Chalice #A8ABA5

RGB

 RED value IS 168 (66.02% from 255) = 33.33%

 GREEN value IS 171 (67.19% from 255) = 33.93%

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

R = 33.33%
G = 33.93%
B = 32.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#A8ABA5 (or 0xA8ABA5) is known color: Silver Chalice. HEX triplet: A8, AB and A5. RGB value is (168,171,165). Sum of RGB (Red+Green+Blue) = 168+171+165=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 171 - color contains mainly: green. Hex color #A8ABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABA5 is #57545A. Grayscale: #A9A9A9. Windows color (decimal): -5723227 or 10857384. OLE color: 10857384.

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

Color convert

RGB 168 171 165 -
CMYK 0.02 0 0.04 0.33
HSL 90º 0.03% 0.66% -
HSV(B) 90º 0.04% 0.67% -
XYZ 37.5 40.17 41.37 -
YUV 169.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 168 171 165 0.02 0 0.04 0.33 90 0.03 0.66
Hex A8 AB A5 2 0 4 21 5A 3 42
Octal 250 253 245 2 0 4 41 132 3 102
Binary 10101000 10101011 10100101 10 0 100 100001 1011010 11 1000010

Color Harmonies of #A8ABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ABA5

Black with #A8ABA5

Text Example


Text Example

White with #A8ABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ABA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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