#ACA888

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

Shades of Neutral Green #ACA888

Tints of Neutral Green #ACA888

Color information

#ACA888 (or 0xACA888) is unknown color: approx Neutral Green. HEX triplet: AC, A8 and 88. RGB value is (172,168,136). Sum of RGB (Red+Green+Blue) = 172+168+136=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA888 is #535777. Grayscale: #A5A5A5. Windows color (decimal): -5461880 or 8956076. OLE color: 8956076.

HSL color Cylindrical-coordinate representation of color #ACA888: hue angle of 53.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACA888 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB172168136-
CMYK00.020.210.33
HSL53.33º17.82%60.39%-
HSV(B)53.33º20.93%67.45%-
XYZ35.4638.5528.87-
YUV165.55111.33132.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 136 (53.52% from 255) = 28.57%
R=36.13%
G=35.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216813600.020.210.3353.3317.8260.39
HexACA88802152135123c
Octal254250210022541652274
Binary1010110010101000100010000101010110000111010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA888; }

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

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

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

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

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

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

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

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