Html Css Color HEX #ACB1A4 Silver Chalice

📋 copy color: '#ACB1A4'

red 172 ◦ green 177 ◦ blue 164

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

Shades of Silver Chalice #ACB1A4

Tints of Silver Chalice #ACB1A4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.5%

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

R = 33.53%
G = 34.5%
B = 31.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#ACB1A4 (or 0xACB1A4) is known color: Silver Chalice. HEX triplet: AC, B1 and A4. RGB value is (172,177,164). Sum of RGB (Red+Green+Blue) = 172+177+164=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1A4 is #534E5B. Grayscale: #AEAEAE. Windows color (decimal): -5459548 or 10793388. OLE color: 10793388.

HSL color Cylindrical-coordinate representation of color #ACB1A4: hue angle of 83.08º degrees, saturation: 0.08, 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 #ACB1A4 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 164 -
CMYK 0.03 0 0.07 0.31
HSL 83.08º 0.08% 0.67% -
HSV(B) 83.08º 0.07% 0.69% -
XYZ 39.44 42.9 41.32 -
YUV 174.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 172 177 164 0.03 0 0.07 0.31 83.08 0.08 0.67
Hex AC B1 A4 3 0 7 1F 53 8 43
Octal 254 261 244 3 0 7 37 123 10 103
Binary 10101100 10110001 10100100 11 0 111 11111 1010011 1000 1000011

Color Harmonies of #ACB1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1A4

Black with #ACB1A4

Text Example


Text Example

White with #ACB1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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