Html Css Color HEX #ACB89F Silver Chalice

📋 copy color: '#ACB89F'

red 172 ◦ green 184 ◦ blue 159

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

Shades of Silver Chalice #ACB89F

Tints of Silver Chalice #ACB89F

RGB

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

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

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

R = 33.4%
G = 35.73%
B = 30.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#ACB89F (or 0xACB89F) is known color: Silver Chalice. HEX triplet: AC, B8 and 9F. RGB value is (172,184,159). Sum of RGB (Red+Green+Blue) = 172+184+159=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB89F is #534760. Grayscale: #B1B1B1. Windows color (decimal): -5457761 or 10467500. OLE color: 10467500.

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

Color convert

RGB 172 184 159 -
CMYK 0.07 0 0.14 0.28
HSL 88.8º 0.15% 0.67% -
HSV(B) 88.8º 0.14% 0.72% -
XYZ 40.41 45.55 39.46 -
YUV 177.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 172 184 159 0.07 0 0.14 0.28 88.8 0.15 0.67
Hex AC B8 9F 7 0 E 1C 59 F 43
Octal 254 270 237 7 0 16 34 131 17 103
Binary 10101100 10111000 10011111 111 0 1110 11100 1011001 1111 1000011

Color Harmonies of #ACB89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB89F

Black with #ACB89F

Text Example


Text Example

White with #ACB89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB89F; }

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

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

background-color css

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

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

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

border-color css

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

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

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