Html Css Color HEX #ACB0A8 Silver Chalice

📋 copy color: '#ACB0A8'

red 172 ◦ green 176 ◦ blue 168

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

Shades of Silver Chalice #ACB0A8

Tints of Silver Chalice #ACB0A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.56%

R = 33.33%
G = 34.11%
B = 32.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#ACB0A8 (or 0xACB0A8) is known color: Silver Chalice. HEX triplet: AC, B0 and A8. RGB value is (172,176,168). Sum of RGB (Red+Green+Blue) = 172+176+168=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB0A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB0A8 is #534F57. Grayscale: #ADADAD. Windows color (decimal): -5459800 or 11055276. OLE color: 11055276.

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

Color convert

RGB 172 176 168 -
CMYK 0.02 0 0.05 0.31
HSL 90º 0.05% 0.67% -
HSV(B) 90º 0.05% 0.69% -
XYZ 39.61 42.65 43.19 -
YUV 173.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 172 176 168 0.02 0 0.05 0.31 90 0.05 0.67
Hex AC B0 A8 2 0 5 1F 5A 5 43
Octal 254 260 250 2 0 5 37 132 5 103
Binary 10101100 10110000 10101000 10 0 101 11111 1011010 101 1000011

Color Harmonies of #ACB0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0A8

Black with #ACB0A8

Text Example


Text Example

White with #ACB0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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