Html Css Color HEX #ACB3A5 Silver Chalice

📋 copy color: '#ACB3A5'

red 172 ◦ green 179 ◦ blue 165

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

Shades of Silver Chalice #ACB3A5

Tints of Silver Chalice #ACB3A5

RGB

 RED value IS 172 (67.58% from 255) = 33.33%

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

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

R = 33.33%
G = 34.69%
B = 31.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#ACB3A5 (or 0xACB3A5) is known color: Silver Chalice. HEX triplet: AC, B3 and A5. RGB value is (172,179,165). Sum of RGB (Red+Green+Blue) = 172+179+165=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB3A5 is #534C5A. Grayscale: #AFAFAF. Windows color (decimal): -5459035 or 10859436. OLE color: 10859436.

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

Color convert

RGB 172 179 165 -
CMYK 0.04 0 0.08 0.30
HSL 90º 0.08% 0.67% -
HSV(B) 90º 0.08% 0.7% -
XYZ 39.92 43.73 41.93 -
YUV 175.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 172 179 165 0.04 0 0.08 0.30 90 0.08 0.67
Hex AC B3 A5 4 0 8 1E 5A 8 43
Octal 254 263 245 4 0 10 36 132 10 103
Binary 10101100 10110011 10100101 100 0 1000 11110 1011010 1000 1000011

Color Harmonies of #ACB3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB3A5

Black with #ACB3A5

Text Example


Text Example

White with #ACB3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB3A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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