Html Css Color HEX #ACB59F Silver Chalice

📋 copy color: '#ACB59F'

red 172 ◦ green 181 ◦ blue 159

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

Shades of Silver Chalice #ACB59F

Tints of Silver Chalice #ACB59F

RGB

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

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

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

R = 33.59%
G = 35.35%
B = 31.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#ACB59F (or 0xACB59F) is known color: Silver Chalice. HEX triplet: AC, B5 and 9F. RGB value is (172,181,159). Sum of RGB (Red+Green+Blue) = 172+181+159=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB59F is #534A60. Grayscale: #AFAFAF. Windows color (decimal): -5458529 or 10466732. OLE color: 10466732.

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

Color convert

RGB 172 181 159 -
CMYK 0.05 0 0.12 0.29
HSL 84.55º 0.13% 0.67% -
HSV(B) 84.55º 0.12% 0.71% -
XYZ 39.8 44.32 39.26 -
YUV 175.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 172 181 159 0.05 0 0.12 0.29 84.55 0.13 0.67
Hex AC B5 9F 5 0 C 1D 55 D 43
Octal 254 265 237 5 0 14 35 125 15 103
Binary 10101100 10110101 10011111 101 0 1100 11101 1010101 1101 1000011

Color Harmonies of #ACB59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB59F

Black with #ACB59F

Text Example


Text Example

White with #ACB59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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