Html Css Color HEX #ACB59E Silver Chalice

📋 copy color: '#ACB59E'

red 172 ◦ green 181 ◦ blue 158

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

Shades of Silver Chalice #ACB59E

Tints of Silver Chalice #ACB59E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.42%

 BLUE value IS 158 (62.11% from 255) = 30.92%

R = 33.66%
G = 35.42%
B = 30.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#ACB59E (or 0xACB59E) is known color: Silver Chalice. HEX triplet: AC, B5 and 9E. RGB value is (172,181,158). Sum of RGB (Red+Green+Blue) = 172+181+158=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB59E is #534A61. Grayscale: #AFAFAF. Windows color (decimal): -5458530 or 10401196. OLE color: 10401196.

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

Color convert

RGB 172 181 158 -
CMYK 0.05 0 0.13 0.29
HSL 83.48º 0.13% 0.66% -
HSV(B) 83.48º 0.13% 0.71% -
XYZ 39.71 44.29 38.8 -
YUV 175.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 172 181 158 0.05 0 0.13 0.29 83.48 0.13 0.66
Hex AC B5 9E 5 0 D 1D 53 D 42
Octal 254 265 236 5 0 15 35 123 15 102
Binary 10101100 10110101 10011110 101 0 1101 11101 1010011 1101 1000010

Color Harmonies of #ACB59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB59E

Black with #ACB59E

Text Example


Text Example

White with #ACB59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB59E; }

 p { color: rgb(172,181,158); }

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

background-color css

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

 a { background-color: rgb(172,181,158); }

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

border-color css

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

 span { border-color: rgb(172,181,158); }

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