#ACAC6E

Color #ACAC6E Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #ACAC6E

Tints of Dark Khaki #ACAC6E

Color information

#ACAC6E (or 0xACAC6E) is unknown color: approx Dark Khaki. HEX triplet: AC, AC and 6E. RGB value is (172,172,110). Sum of RGB (Red+Green+Blue) = 172+172+110=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC6E is #535391. Grayscale: #A5A5A5. Windows color (decimal): -5460882 or 7253164. OLE color: 7253164.

HSL color Cylindrical-coordinate representation of color #ACAC6E: hue angle of 60º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACAC6E is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB172172110-
CMYK000.360.33
HSL60º27.19%55.29%-
HSV(B)60º36.05%67.45%-
XYZ34.5839.420.53-
YUV164.9397133.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=37.89%
G=37.89%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172110000.360.336027.1955.29
HexACAC6E0024213c1b37
Octal254254156004441743367
Binary101011001010110011011100010010010000111110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC6E; }

 p { color: rgb(172,172,110); }

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

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

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

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

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

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

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