#ADAC71

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

Shades of Dark Khaki #ADAC71

Tints of Dark Khaki #ADAC71

Color information

#ADAC71 (or 0xADAC71) is unknown color: approx Dark Khaki. HEX triplet: AD, AC and 71. RGB value is (173,172,113). Sum of RGB (Red+Green+Blue) = 173+172+113=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC71 is #52538E. Grayscale: #A5A5A5. Windows color (decimal): -5395343 or 7449773. OLE color: 7449773.

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

Color convert

RGB173172113-
CMYK00.010.350.32
HSL59º26.79%56.08%-
HSV(B)59º34.68%67.84%-
XYZ34.9739.5821.42-
YUV165.5798.33133.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.77%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 113 (44.53% from 255) = 24.67%
R=37.77%
G=37.55%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317211300.010.350.325926.7956.08
HexADAC710123203b1b38
Octal255254161014340733370
Binary101011011010110011100010110001110000011101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC71; }

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

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

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

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

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

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

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

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