#ACA67A

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

Shades of Neutral Green #ACA67A

Tints of Neutral Green #ACA67A

Color information

#ACA67A (or 0xACA67A) is unknown color: approx Neutral Green. HEX triplet: AC, A6 and 7A. RGB value is (172,166,122). Sum of RGB (Red+Green+Blue) = 172+166+122=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA67A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA67A is #535985. Grayscale: #A2A2A2. Windows color (decimal): -5462406 or 8038060. OLE color: 8038060.

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

Color convert

RGB172166122-
CMYK00.030.290.33
HSL52.8º23.15%57.65%-
HSV(B)52.8º29.07%67.45%-
XYZ34.1637.4523.84-
YUV162.78104.99134.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 166 (65.23% from 255) = 36.09%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=37.39%
G=36.09%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216612200.030.290.3352.823.1557.65
HexACA67A031D2135173a
Octal254246172033541652772
Binary101011001010011011110100111110110000111010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA67A; }

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

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

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

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

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

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

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

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