#ACA88C

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

Shades of Neutral Green #ACA88C

Tints of Neutral Green #ACA88C

Color information

#ACA88C (or 0xACA88C) is unknown color: approx Neutral Green. HEX triplet: AC, A8 and 8C. RGB value is (172,168,140). Sum of RGB (Red+Green+Blue) = 172+168+140=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA88C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA88C is #535773. Grayscale: #A6A6A6. Windows color (decimal): -5461876 or 9218220. OLE color: 9218220.

HSL color Cylindrical-coordinate representation of color #ACA88C: hue angle of 52.5º degrees, saturation: 0.16, 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 #ACA88C is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB172168140-
CMYK00.020.190.33
HSL52.5º16.16%61.18%-
HSV(B)52.5º18.6%67.45%-
XYZ35.7538.6730.39-
YUV166113.33132.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 168 (66.02% from 255) = 35%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=35.83%
G=35%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216814000.020.190.3352.516.1661.18
HexACA88C02132134103d
Octal254250214022341642075
Binary1010110010101000100011000101001110000111010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA88C; }

 p { color: rgb(172,168,140); }

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

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

 a { background-color: rgb(172,168,140); }

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

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

 span { border-color: rgb(172,168,140); }

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