#ACB56F

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

Shades of Dark Khaki #ACB56F

Tints of Dark Khaki #ACB56F

Color information

#ACB56F (or 0xACB56F) is unknown color: approx Dark Khaki. HEX triplet: AC, B5 and 6F. RGB value is (172,181,111). Sum of RGB (Red+Green+Blue) = 172+181+111=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB56F is #534A90. Grayscale: #AAAAAA. Windows color (decimal): -5458577 or 7321004. OLE color: 7321004.

HSL color Cylindrical-coordinate representation of color #ACB56F: hue angle of 67.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACB56F is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB172181111-
CMYK0.0500.390.29
HSL67.71º32.11%57.25%-
HSV(B)67.71º38.67%70.98%-
XYZ36.4142.9721.41-
YUV170.3394.52129.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=37.07%
G=39.01%
B=23.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811110.0500.390.2967.7132.1157.25
HexACB56F50271D442039
Octal2542651575047351044071
Binary101011001011010111011111010100111111011000100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB56F; }

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

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

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

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

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

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

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

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