Html Css Color HEX #ADAC6F Dark Khaki

📋 copy color: '#ADAC6F'

red 173 ◦ green 172 ◦ blue 111

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

Shades of Dark Khaki #ADAC6F

Tints of Dark Khaki #ADAC6F

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

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

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

RGB 173 172 111 -
CMYK 0 0.01 0.36 0.32
HSL 59.03º 0.27% 0.56% -
HSV(B) 59.03º 0.36% 0.68% -
XYZ 34.86 39.54 20.83 -
YUV 165.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 173 172 111 0 0.01 0.36 0.32 59.03 0.27 0.56
Hex AD AC 6F 0 1 24 20 3B 1B 38
Octal 255 254 157 0 1 44 40 73 33 70
Binary 10101101 10101100 1101111 0 1 100100 100000 111011 11011 111000

Color Harmonies of #ADAC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC6F

Black with #ADAC6F

Text Example


Text Example

White with #ADAC6F

Text Example


Text Example

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