Html Css Color HEX #ACB69F Silver Chalice

📋 copy color: '#ACB69F'

red 172 ◦ green 182 ◦ blue 159

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

Shades of Silver Chalice #ACB69F

Tints of Silver Chalice #ACB69F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.48%

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

R = 33.53%
G = 35.48%
B = 30.99%

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

#ACB69F (or 0xACB69F) is known color: Silver Chalice. HEX triplet: AC, B6 and 9F. RGB value is (172,182,159). Sum of RGB (Red+Green+Blue) = 172+182+159=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB69F is #534960. Grayscale: #B0B0B0. Windows color (decimal): -5458273 or 10466988. OLE color: 10466988.

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

Color convert

RGB 172 182 159 -
CMYK 0.05 0 0.13 0.29
HSL 86.09º 0.14% 0.67% -
HSV(B) 86.09º 0.13% 0.71% -
XYZ 40 44.73 39.33 -
YUV 176.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 172 182 159 0.05 0 0.13 0.29 86.09 0.14 0.67
Hex AC B6 9F 5 0 D 1D 56 E 43
Octal 254 266 237 5 0 15 35 126 16 103
Binary 10101100 10110110 10011111 101 0 1101 11101 1010110 1110 1000011

Color Harmonies of #ACB69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB69F

Black with #ACB69F

Text Example


Text Example

White with #ACB69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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