Html Css Color HEX #ACB0A4 Silver Chalice

📋 copy color: '#ACB0A4'

red 172 ◦ green 176 ◦ blue 164

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

Shades of Silver Chalice #ACB0A4

Tints of Silver Chalice #ACB0A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.03%

R = 33.59%
G = 34.38%
B = 32.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#ACB0A4 (or 0xACB0A4) is known color: Silver Chalice. HEX triplet: AC, B0 and A4. RGB value is (172,176,164). Sum of RGB (Red+Green+Blue) = 172+176+164=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB0A4 is #534F5B. Grayscale: #ADADAD. Windows color (decimal): -5459804 or 10793132. OLE color: 10793132.

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

Color convert

RGB 172 176 164 -
CMYK 0.02 0 0.07 0.31
HSL 80º 0.07% 0.67% -
HSV(B) 80º 0.07% 0.69% -
XYZ 39.24 42.5 41.26 -
YUV 173.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 172 176 164 0.02 0 0.07 0.31 80 0.07 0.67
Hex AC B0 A4 2 0 7 1F 50 7 43
Octal 254 260 244 2 0 7 37 120 7 103
Binary 10101100 10110000 10100100 10 0 111 11111 1010000 111 1000011

Color Harmonies of #ACB0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0A4

Black with #ACB0A4

Text Example


Text Example

White with #ACB0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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