Html Css Color HEX #A8B09E Silver Chalice

📋 copy color: '#A8B09E'

red 168 ◦ green 176 ◦ blue 158

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

Shades of Silver Chalice #A8B09E

Tints of Silver Chalice #A8B09E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.47%

R = 33.47%
G = 35.06%
B = 31.47%

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

#A8B09E (or 0xA8B09E) is known color: Silver Chalice. HEX triplet: A8, B0 and 9E. RGB value is (168,176,158). Sum of RGB (Red+Green+Blue) = 168+176+158=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B09E is #574F61. Grayscale: #ABABAB. Windows color (decimal): -5721954 or 10399912. OLE color: 10399912.

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

Color convert

RGB 168 176 158 -
CMYK 0.05 0 0.10 0.31
HSL 86.67º 0.1% 0.65% -
HSV(B) 86.67º 0.1% 0.69% -
XYZ 37.85 41.84 38.43 -
YUV 171.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 168 176 158 0.05 0 0.10 0.31 86.67 0.1 0.65
Hex A8 B0 9E 5 0 A 1F 57 A 41
Octal 250 260 236 5 0 12 37 127 12 101
Binary 10101000 10110000 10011110 101 0 1010 11111 1010111 1010 1000001

Color Harmonies of #A8B09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B09E

Black with #A8B09E

Text Example


Text Example

White with #A8B09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B09E; }

 p { color: rgb(168,176,158); }

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

background-color css

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

 a { background-color: rgb(168,176,158); }

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

border-color css

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

 span { border-color: rgb(168,176,158); }

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