Html Css Color HEX #ACB89D Silver Chalice

📋 copy color: '#ACB89D'

red 172 ◦ green 184 ◦ blue 157

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

Shades of Silver Chalice #ACB89D

Tints of Silver Chalice #ACB89D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.87%

 BLUE value IS 157 (61.72% from 255) = 30.6%

R = 33.53%
G = 35.87%
B = 30.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#ACB89D (or 0xACB89D) is known color: Silver Chalice. HEX triplet: AC, B8 and 9D. RGB value is (172,184,157). Sum of RGB (Red+Green+Blue) = 172+184+157=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB89D is #534762. Grayscale: #B1B1B1. Windows color (decimal): -5457763 or 10336428. OLE color: 10336428.

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

Color convert

RGB 172 184 157 -
CMYK 0.07 0 0.15 0.28
HSL 86.67º 0.16% 0.67% -
HSV(B) 86.67º 0.15% 0.72% -
XYZ 40.24 45.49 38.56 -
YUV 177.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 172 184 157 0.07 0 0.15 0.28 86.67 0.16 0.67
Hex AC B8 9D 7 0 F 1C 57 10 43
Octal 254 270 235 7 0 17 34 127 20 103
Binary 10101100 10111000 10011101 111 0 1111 11100 1010111 10000 1000011

Color Harmonies of #ACB89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB89D

Black with #ACB89D

Text Example


Text Example

White with #ACB89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB89D; }

 p { color: rgb(172,184,157); }

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

background-color css

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

 a { background-color: rgb(172,184,157); }

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

border-color css

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

 span { border-color: rgb(172,184,157); }

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