Html Css Color HEX #ADAD6F Dark Khaki

📋 copy color: '#ADAD6F'

red 173 ◦ green 173 ◦ blue 111

#ADAD6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #ADAD6F

Tints of Dark Khaki #ADAD6F

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 value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#ADAD6F (or 0xADAD6F) is known color: 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

RGB 173 173 111 -
CMYK 0 0 0.36 0.32
HSL 60º 0.27% 0.56% -
HSV(B) 60º 0.36% 0.68% -
XYZ 35.05 39.92 20.9 -
YUV 165.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 173 173 111 0 0 0.36 0.32 60 0.27 0.56
Hex AD AD 6F 0 0 24 20 3C 1B 38
Octal 255 255 157 0 0 44 40 74 33 70
Binary 10101101 10101101 1101111 0 0 100100 100000 111100 11011 111000

Color Harmonies of #ADAD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD6F

Black with #ADAD6F

Text Example


Text Example

White with #ADAD6F

Text Example


Text Example

HTML Codes & Css Web 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>