#ACB26F

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

Shades of Dark Khaki #ACB26F

Tints of Dark Khaki #ACB26F

Color information

#ACB26F (or 0xACB26F) is unknown color: approx Dark Khaki. HEX triplet: AC, B2 and 6F. RGB value is (172,178,111). Sum of RGB (Red+Green+Blue) = 172+178+111=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB26F is #534D90. Grayscale: #A8A8A8. Windows color (decimal): -5459345 or 7320236. OLE color: 7320236.

HSL color Cylindrical-coordinate representation of color #ACB26F: hue angle of 65.37º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB26F is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB172178111-
CMYK0.0300.380.30
HSL65.37º30.32%56.67%-
HSV(B)65.37º37.64%69.8%-
XYZ35.841.7621.21-
YUV168.5795.51130.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 111 (43.75% from 255) = 24.08%
R=37.31%
G=38.61%
B=24.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721781110.0300.380.3065.3730.3256.67
HexACB26F30261E411e39
Octal2542621573046361013671
Binary1010110010110010110111111010011011110100000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB26F; }

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

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

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

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

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

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

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

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