#ACAB8A

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

Shades of Neutral Green #ACAB8A

Tints of Neutral Green #ACAB8A

Color information

#ACAB8A (or 0xACAB8A) is unknown color: approx Neutral Green. HEX triplet: AC, AB and 8A. RGB value is (172,171,138). Sum of RGB (Red+Green+Blue) = 172+171+138=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB8A is #535475. Grayscale: #A7A7A7. Windows color (decimal): -5461110 or 9087916. OLE color: 9087916.

HSL color Cylindrical-coordinate representation of color #ACAB8A: hue angle of 58.24º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACAB8A is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB172171138-
CMYK00.010.200.33
HSL58.24º17%60.78%-
HSV(B)58.24º19.77%67.45%-
XYZ36.1639.7329.81-
YUV167.54111.33131.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=35.76%
G=35.55%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217113800.010.200.3358.241760.78
HexACAB8A0114213a113d
Octal254253212012441722175
Binary101011001010101110001010011010010000111101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB8A; }

 p { color: rgb(172,171,138); }

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

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

 a { background-color: rgb(172,171,138); }

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

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

 span { border-color: rgb(172,171,138); }

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