#ADAC6F

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

Shades of Dark Khaki #ADAC6F

Tints of Dark Khaki #ADAC6F

Color information

#ADAC6F (or 0xADAC6F) is unknown color: approx Dark Khaki. HEX triplet: AD, AC and 6F. RGB value is (173,172,111). Sum of RGB (Red+Green+Blue) = 173+172+111=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC6F is #525390. Grayscale: #A5A5A5. Windows color (decimal): -5395345 or 7318701. OLE color: 7318701.

HSL color Cylindrical-coordinate representation of color #ADAC6F: hue angle of 59.03º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADAC6F is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB173172111-
CMYK00.010.360.32
HSL59.03º27.43%55.69%-
HSV(B)59.03º35.84%67.84%-
XYZ34.8639.5420.83-
YUV165.3497.33133.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 111 (43.75% from 255) = 24.34%
R=37.94%
G=37.72%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317211100.010.360.3259.0327.4355.69
HexADAC6F0124203b1b38
Octal255254157014440733370
Binary101011011010110011011110110010010000011101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC6F; }

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

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

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

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

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

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

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

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