Html Css Color HEX #ACB69E Silver Chalice

📋 copy color: '#ACB69E'

red 172 ◦ green 182 ◦ blue 158

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

Shades of Silver Chalice #ACB69E

Tints of Silver Chalice #ACB69E

RGB

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

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

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

R = 33.59%
G = 35.55%
B = 30.86%

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

#ACB69E (or 0xACB69E) is known color: Silver Chalice. HEX triplet: AC, B6 and 9E. RGB value is (172,182,158). Sum of RGB (Red+Green+Blue) = 172+182+158=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB69E is #534961. Grayscale: #B0B0B0. Windows color (decimal): -5458274 or 10401452. OLE color: 10401452.

HSL color Cylindrical-coordinate representation of color #ACB69E: hue angle of 85º 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 #ACB69E is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 158 -
CMYK 0.05 0 0.13 0.29
HSL 85º 0.14% 0.67% -
HSV(B) 85º 0.13% 0.71% -
XYZ 39.91 44.7 38.87 -
YUV 176.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 172 182 158 0.05 0 0.13 0.29 85 0.14 0.67
Hex AC B6 9E 5 0 D 1D 55 E 43
Octal 254 266 236 5 0 15 35 125 16 103
Binary 10101100 10110110 10011110 101 0 1101 11101 1010101 1110 1000011

Color Harmonies of #ACB69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB69E

Black with #ACB69E

Text Example


Text Example

White with #ACB69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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