#ACA557

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

Shades of Olive Green #ACA557

Tints of Olive Green #ACA557

Color information

#ACA557 (or 0xACA557) is unknown color: approx Olive Green. HEX triplet: AC, A5 and 57. RGB value is (172,165,87). Sum of RGB (Red+Green+Blue) = 172+165+87=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA557 is #535AA8. Grayscale: #9E9E9E. Windows color (decimal): -5462697 or 5744044. OLE color: 5744044.

HSL color Cylindrical-coordinate representation of color #ACA557: hue angle of 55.06º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACA557 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17216587-
CMYK00.040.490.33
HSL55.06º33.86%50.78%-
HSV(B)55.06º49.42%67.45%-
XYZ32.1936.3714.34-
YUV158.287.82137.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 87 (34.38% from 255) = 20.52%
R=40.57%
G=38.92%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721658700.040.490.3355.0633.8650.78
HexACA557043121372233
Octal254245127046141674263
Binary101011001010010110101110100110001100001110111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA557; }

 p { color: rgb(172,165,87); }

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

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

 a { background-color: rgb(172,165,87); }

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

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

 span { border-color: rgb(172,165,87); }

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