#ACA48A

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

Shades of Neutral Green #ACA48A

Tints of Neutral Green #ACA48A

Color information

#ACA48A (or 0xACA48A) is unknown color: approx Neutral Green. HEX triplet: AC, A4 and 8A. RGB value is (172,164,138). Sum of RGB (Red+Green+Blue) = 172+164+138=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA48A is #535B75. Grayscale: #A3A3A3. Windows color (decimal): -5462902 or 9086124. OLE color: 9086124.

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

Color convert

RGB172164138-
CMYK00.050.200.33
HSL45.88º17%60.78%-
HSV(B)45.88º19.77%67.45%-
XYZ34.8837.1629.38-
YUV163.43113.65134.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 164 (64.45% from 255) = 34.60%
BLUE value IS 138 (54.30% from 255) = 29.11%
R=36.29%
G=34.60%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216413800.050.200.3345.881760.78
HexACA48A0514212e113d
Octal254244212052441562175
Binary10101100101001001000101001011010010000110111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA48A; }

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

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

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

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

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

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

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

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