Html Css Color HEX #ACB49F Silver Chalice

📋 copy color: '#ACB49F'

red 172 ◦ green 180 ◦ blue 159

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

Shades of Silver Chalice #ACB49F

Tints of Silver Chalice #ACB49F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.23%

 BLUE value IS 159 (62.5% from 255) = 31.12%

R = 33.66%
G = 35.23%
B = 31.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#ACB49F (or 0xACB49F) is known color: Silver Chalice. HEX triplet: AC, B4 and 9F. RGB value is (172,180,159). Sum of RGB (Red+Green+Blue) = 172+180+159=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB49F is #534B60. Grayscale: #AFAFAF. Windows color (decimal): -5458785 or 10466476. OLE color: 10466476.

HSL color Cylindrical-coordinate representation of color #ACB49F: hue angle of 82.86º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB49F is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 159 -
CMYK 0.04 0 0.12 0.29
HSL 82.86º 0.12% 0.66% -
HSV(B) 82.86º 0.12% 0.71% -
XYZ 39.59 43.92 39.19 -
YUV 175.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 172 180 159 0.04 0 0.12 0.29 82.86 0.12 0.66
Hex AC B4 9F 4 0 C 1D 53 C 42
Octal 254 264 237 4 0 14 35 123 14 102
Binary 10101100 10110100 10011111 100 0 1100 11101 1010011 1100 1000010

Color Harmonies of #ACB49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB49F

Black with #ACB49F

Text Example


Text Example

White with #ACB49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB49F; }

 p { color: rgb(172,180,159); }

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

background-color css

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

 a { background-color: rgb(172,180,159); }

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

border-color css

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

 span { border-color: rgb(172,180,159); }

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