Html Css Color HEX #ACB7A4 Silver Chalice

📋 copy color: '#ACB7A4'

red 172 ◦ green 183 ◦ blue 164

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

Shades of Silver Chalice #ACB7A4

Tints of Silver Chalice #ACB7A4

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.26%

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

R = 33.14%
G = 35.26%
B = 31.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#ACB7A4 (or 0xACB7A4) is known color: Silver Chalice. HEX triplet: AC, B7 and A4. RGB value is (172,183,164). Sum of RGB (Red+Green+Blue) = 172+183+164=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7A4 is #53485B. Grayscale: #B1B1B1. Windows color (decimal): -5458012 or 10794924. OLE color: 10794924.

HSL color Cylindrical-coordinate representation of color #ACB7A4: hue angle of 94.74º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACB7A4 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 164 -
CMYK 0.06 0 0.10 0.28
HSL 94.74º 0.12% 0.68% -
HSV(B) 94.74º 0.1% 0.72% -
XYZ 40.65 45.32 41.73 -
YUV 177.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 172 183 164 0.06 0 0.10 0.28 94.74 0.12 0.68
Hex AC B7 A4 6 0 A 1C 5F C 44
Octal 254 267 244 6 0 12 34 137 14 104
Binary 10101100 10110111 10100100 110 0 1010 11100 1011111 1100 1000100

Color Harmonies of #ACB7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7A4

Black with #ACB7A4

Text Example


Text Example

White with #ACB7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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