Html Css Color HEX #A5AC9E Silver Chalice

📋 copy color: '#A5AC9E'

red 165 ◦ green 172 ◦ blue 158

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

Shades of Silver Chalice #A5AC9E

Tints of Silver Chalice #A5AC9E

RGB

 RED value IS 165 (64.84% from 255) = 33.33%

 GREEN value IS 172 (67.58% from 255) = 34.75%

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

R = 33.33%
G = 34.75%
B = 31.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#A5AC9E (or 0xA5AC9E) is known color: Silver Chalice. HEX triplet: A5, AC and 9E. RGB value is (165,172,158). Sum of RGB (Red+Green+Blue) = 165+172+158=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AC9E is #5A5361. Grayscale: #A8A8A8. Windows color (decimal): -5919586 or 10398885. OLE color: 10398885.

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

Color convert

RGB 165 172 158 -
CMYK 0.04 0 0.08 0.33
HSL 90º 0.08% 0.65% -
HSV(B) 90º 0.08% 0.67% -
XYZ 36.44 39.97 38.14 -
YUV 168.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 165 172 158 0.04 0 0.08 0.33 90 0.08 0.65
Hex A5 AC 9E 4 0 8 21 5A 8 41
Octal 245 254 236 4 0 10 41 132 10 101
Binary 10100101 10101100 10011110 100 0 1000 100001 1011010 1000 1000001

Color Harmonies of #A5AC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AC9E

Black with #A5AC9E

Text Example


Text Example

White with #A5AC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AC9E; }

 p { color: rgb(165,172,158); }

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

background-color css

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

 a { background-color: rgb(165,172,158); }

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

border-color css

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

 span { border-color: rgb(165,172,158); }

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