#ACA48B

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

Shades of Neutral Green #ACA48B

Tints of Neutral Green #ACA48B

Color information

#ACA48B (or 0xACA48B) is unknown color: approx Neutral Green. HEX triplet: AC, A4 and 8B. RGB value is (172,164,139). Sum of RGB (Red+Green+Blue) = 172+164+139=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA48B is #535B74. Grayscale: #A3A3A3. Windows color (decimal): -5462901 or 9151660. OLE color: 9151660.

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

Color convert

RGB172164139-
CMYK00.050.190.33
HSL45.45º16.58%60.98%-
HSV(B)45.45º19.19%67.45%-
XYZ34.9537.1929.76-
YUV163.54114.15134.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=36.21%
G=34.53%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216413900.050.190.3345.4516.5860.98
HexACA48B0513212d113d
Octal254244213052341552175
Binary10101100101001001000101101011001110000110110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA48B; }

 p { color: rgb(172,164,139); }

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

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

 a { background-color: rgb(172,164,139); }

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

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

 span { border-color: rgb(172,164,139); }

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