#ACB1A0

Color #ACB1A0 Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #ACB1A0

Tints of Green Spring #ACB1A0

Color information

#ACB1A0 (or 0xACB1A0) is unknown color: approx Green Spring. HEX triplet: AC, B1 and A0. RGB value is (172,177,160). Sum of RGB (Red+Green+Blue) = 172+177+160=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1A0 is #534E5F. Grayscale: #ADADAD. Windows color (decimal): -5459552 or 10531244. OLE color: 10531244.

HSL color Cylindrical-coordinate representation of color #ACB1A0: hue angle of 77.65º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACB1A0 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB172177160-
CMYK0.0300.100.31
HSL77.65º9.83%66.08%-
HSV(B)77.65º9.6%69.41%-
XYZ39.0842.7539.45-
YUV173.57120.34126.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=33.79%
G=34.77%
B=31.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771600.0300.100.3177.659.8366.08
HexACB1A030A1F4ea42
Octal25426124030123711612102
Binary101011001011000110100000110101011111100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1A0; }

 p { color: rgb(172,177,160); }

 H1.HeaderClassName
 {
   color: #ACB1A0;
 }
 .AnyTagClassName
 {
   color: #ACB1A0;
 }
</style>
background-color css

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

 a { background-color: rgb(172,177,160); }

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

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

 span { border-color: rgb(172,177,160); }

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