#ACA684

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

Shades of Neutral Green #ACA684

Tints of Neutral Green #ACA684

Color information

#ACA684 (or 0xACA684) is unknown color: approx Neutral Green. HEX triplet: AC, A6 and 84. RGB value is (172,166,132). Sum of RGB (Red+Green+Blue) = 172+166+132=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA684 is #53597B. Grayscale: #A4A4A4. Windows color (decimal): -5462396 or 8693420. OLE color: 8693420.

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

Color convert

RGB172166132-
CMYK00.030.230.33
HSL51º19.42%59.61%-
HSV(B)51º23.26%67.45%-
XYZ34.8137.7127.27-
YUV163.92109.99133.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=36.60%
G=35.32%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216613200.030.230.335119.4259.61
HexACA68403172133133c
Octal254246204032741632374
Binary1010110010100110100001000111011110000111001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA684; }

 p { color: rgb(172,166,132); }

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

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

 a { background-color: rgb(172,166,132); }

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

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

 span { border-color: rgb(172,166,132); }

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