#ADAD71

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

Shades of Dark Khaki #ADAD71

Tints of Dark Khaki #ADAD71

Color information

#ADAD71 (or 0xADAD71) is unknown color: approx Dark Khaki. HEX triplet: AD, AD and 71. RGB value is (173,173,113). Sum of RGB (Red+Green+Blue) = 173+173+113=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD71 is #52528E. Grayscale: #A6A6A6. Windows color (decimal): -5395087 or 7450029. OLE color: 7450029.

HSL color Cylindrical-coordinate representation of color #ADAD71: 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.35%. Process color model (Four color, CMYK) of #ADAD71 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB173173113-
CMYK000.350.32
HSL60º26.79%56.08%-
HSV(B)60º34.68%67.84%-
XYZ35.1639.9621.48-
YUV166.1698132.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.69%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=37.69%
G=37.69%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173113000.350.326026.7956.08
HexADAD710023203c1b38
Octal255255161004340743370
Binary101011011010110111100010010001110000011110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD71; }

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

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

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

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

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

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

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

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