#ACB470

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

Shades of Dark Khaki #ACB470

Tints of Dark Khaki #ACB470

Color information

#ACB470 (or 0xACB470) is unknown color: approx Dark Khaki. HEX triplet: AC, B4 and 70. RGB value is (172,180,112). Sum of RGB (Red+Green+Blue) = 172+180+112=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB470 is #534B8F. Grayscale: #AAAAAA. Windows color (decimal): -5458832 or 7386284. OLE color: 7386284.

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

Color convert

RGB172180112-
CMYK0.0400.380.29
HSL67.06º31.19%57.25%-
HSV(B)67.06º37.78%70.59%-
XYZ36.2642.5821.64-
YUV169.8695.35129.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 112 (44.14% from 255) = 24.14%
R=37.07%
G=38.79%
B=24.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801120.0400.380.2967.0631.1957.25
HexACB47040261D431f39
Octal2542641604046351033771
Binary10101100101101001110000100010011011101100001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB470; }

 p { color: rgb(172,180,112); }

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

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

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

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

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

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

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