#ADAE71

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

Shades of Dark Khaki #ADAE71

Tints of Dark Khaki #ADAE71

Color information

#ADAE71 (or 0xADAE71) is unknown color: approx Dark Khaki. HEX triplet: AD, AE and 71. RGB value is (173,174,113). Sum of RGB (Red+Green+Blue) = 173+174+113=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE71 is #52518E. Grayscale: #A6A6A6. Windows color (decimal): -5394831 or 7450285. OLE color: 7450285.

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

Color convert

RGB173174113-
CMYK0.0100.350.32
HSL60.98º27.35%56.27%-
HSV(B)60.98º35.06%68.24%-
XYZ35.3540.3521.55-
YUV166.7597.67132.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.61%
GREEN value IS 174 (68.36% from 255) = 37.83%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=37.61%
G=37.83%
B=24.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741130.0100.350.3260.9827.3556.27
HexADAE711023203d1b38
Octal255256161104340753370
Binary101011011010111011100011010001110000011110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE71; }

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

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

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

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

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

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

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

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