#ADAC70

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

Shades of Dark Khaki #ADAC70

Tints of Dark Khaki #ADAC70

Color information

#ADAC70 (or 0xADAC70) is unknown color: approx Dark Khaki. HEX triplet: AD, AC and 70. RGB value is (173,172,112). Sum of RGB (Red+Green+Blue) = 173+172+112=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC70 is #52538F. Grayscale: #A5A5A5. Windows color (decimal): -5395344 or 7384237. OLE color: 7384237.

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

Color convert

RGB173172112-
CMYK00.010.350.32
HSL59.02º27.11%55.88%-
HSV(B)59.02º35.26%67.84%-
XYZ34.9139.5621.12-
YUV165.4697.83133.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=37.86%
G=37.64%
B=24.51%

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
Decimal17317211200.010.350.3259.0227.1155.88
HexADAC700123203b1b38
Octal255254160014340733370
Binary101011011010110011100000110001110000011101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC70; }

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

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

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

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

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

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

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

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