#ACAC6F

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

Shades of Dark Khaki #ACAC6F

Tints of Dark Khaki #ACAC6F

Color information

#ACAC6F (or 0xACAC6F) is unknown color: approx Dark Khaki. HEX triplet: AC, AC and 6F. RGB value is (172,172,111). Sum of RGB (Red+Green+Blue) = 172+172+111=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC6F is #535390. Grayscale: #A5A5A5. Windows color (decimal): -5460881 or 7318700. OLE color: 7318700.

HSL color Cylindrical-coordinate representation of color #ACAC6F: 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.35%. Process color model (Four color, CMYK) of #ACAC6F is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB172172111-
CMYK000.350.33
HSL60º26.87%55.49%-
HSV(B)60º35.47%67.45%-
XYZ34.6439.4220.82-
YUV165.0597.5132.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 172 (67.58% from 255) = 37.80%
BLUE value IS 111 (43.75% from 255) = 24.40%
R=37.80%
G=37.80%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172111000.350.336026.8755.49
HexACAC6F0023213c1b37
Octal254254157004341743367
Binary101011001010110011011110010001110000111110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC6F; }

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

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

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

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

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

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

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

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