Html Css Color HEX #A8B39E Silver Chalice

📋 copy color: '#A8B39E'

red 168 ◦ green 179 ◦ blue 158

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

Shades of Silver Chalice #A8B39E

Tints of Silver Chalice #A8B39E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.45%

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

R = 33.27%
G = 35.45%
B = 31.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#A8B39E (or 0xA8B39E) is known color: Silver Chalice. HEX triplet: A8, B3 and 9E. RGB value is (168,179,158). Sum of RGB (Red+Green+Blue) = 168+179+158=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B39E is #574C61. Grayscale: #ADADAD. Windows color (decimal): -5721186 or 10400680. OLE color: 10400680.

HSL color Cylindrical-coordinate representation of color #A8B39E: hue angle of 91.43º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8B39E is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 179 158 -
CMYK 0.06 0 0.12 0.30
HSL 91.43º 0.12% 0.66% -
HSV(B) 91.43º 0.12% 0.7% -
XYZ 38.44 43.03 38.63 -
YUV 173.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 168 179 158 0.06 0 0.12 0.30 91.43 0.12 0.66
Hex A8 B3 9E 6 0 C 1E 5B C 42
Octal 250 263 236 6 0 14 36 133 14 102
Binary 10101000 10110011 10011110 110 0 1100 11110 1011011 1100 1000010

Color Harmonies of #A8B39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B39E

Black with #A8B39E

Text Example


Text Example

White with #A8B39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B39E; }

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

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

background-color css

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

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

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

border-color css

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

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

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