Html Css Color HEX #A8B19F Silver Chalice

📋 copy color: '#A8B19F'

red 168 ◦ green 177 ◦ blue 159

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

Shades of Silver Chalice #A8B19F

Tints of Silver Chalice #A8B19F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.12%

 BLUE value IS 159 (62.5% from 255) = 31.55%

R = 33.33%
G = 35.12%
B = 31.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#A8B19F (or 0xA8B19F) is known color: Silver Chalice. HEX triplet: A8, B1 and 9F. RGB value is (168,177,159). Sum of RGB (Red+Green+Blue) = 168+177+159=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B19F is #574E60. Grayscale: #ACACAC. Windows color (decimal): -5721697 or 10465704. OLE color: 10465704.

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

Color convert

RGB 168 177 159 -
CMYK 0.05 0 0.10 0.31
HSL 90º 0.1% 0.66% -
HSV(B) 90º 0.1% 0.69% -
XYZ 38.13 42.27 38.95 -
YUV 172.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 168 177 159 0.05 0 0.10 0.31 90 0.1 0.66
Hex A8 B1 9F 5 0 A 1F 5A A 42
Octal 250 261 237 5 0 12 37 132 12 102
Binary 10101000 10110001 10011111 101 0 1010 11111 1011010 1010 1000010

Color Harmonies of #A8B19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B19F

Black with #A8B19F

Text Example


Text Example

White with #A8B19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B19F; }

 p { color: rgb(168,177,159); }

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

background-color css

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

 a { background-color: rgb(168,177,159); }

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

border-color css

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

 span { border-color: rgb(168,177,159); }

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