#ADAD6F

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

Shades of Dark Khaki #ADAD6F

Tints of Dark Khaki #ADAD6F

Color information

#ADAD6F (or 0xADAD6F) is unknown color: approx Dark Khaki. HEX triplet: AD, AD and 6F. RGB value is (173,173,111). Sum of RGB (Red+Green+Blue) = 173+173+111=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD6F is #525290. Grayscale: #A6A6A6. Windows color (decimal): -5395089 or 7318957. OLE color: 7318957.

HSL color Cylindrical-coordinate representation of color #ADAD6F: hue angle of 60º 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 #ADAD6F is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB173173111-
CMYK000.360.32
HSL60º27.43%55.69%-
HSV(B)60º35.84%67.84%-
XYZ35.0539.9220.9-
YUV165.9397133.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 111 (43.75% from 255) = 24.29%
R=37.86%
G=37.86%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173111000.360.326027.4355.69
HexADAD6F0024203c1b38
Octal255255157004440743370
Binary101011011010110111011110010010010000011110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD6F; }

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

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

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

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

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

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

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

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