Html Css Color HEX #ACB99E Silver Chalice

📋 copy color: '#ACB99E'

red 172 ◦ green 185 ◦ blue 158

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

Shades of Silver Chalice #ACB99E

Tints of Silver Chalice #ACB99E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.92%

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

R = 33.4%
G = 35.92%
B = 30.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#ACB99E (or 0xACB99E) is known color: Silver Chalice. HEX triplet: AC, B9 and 9E. RGB value is (172,185,158). Sum of RGB (Red+Green+Blue) = 172+185+158=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB99E is #534661. Grayscale: #B2B2B2. Windows color (decimal): -5457506 or 10402220. OLE color: 10402220.

HSL color Cylindrical-coordinate representation of color #ACB99E: hue angle of 88.89º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB99E is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 158 -
CMYK 0.07 0 0.15 0.27
HSL 88.89º 0.16% 0.67% -
HSV(B) 88.89º 0.15% 0.73% -
XYZ 40.53 45.94 39.08 -
YUV 178.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 172 185 158 0.07 0 0.15 0.27 88.89 0.16 0.67
Hex AC B9 9E 7 0 F 1B 59 10 43
Octal 254 271 236 7 0 17 33 131 20 103
Binary 10101100 10111001 10011110 111 0 1111 11011 1011001 10000 1000011

Color Harmonies of #ACB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB99E

Black with #ACB99E

Text Example


Text Example

White with #ACB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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