#ADB06E

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

Shades of Dark Khaki #ADB06E

Tints of Dark Khaki #ADB06E

Color information

#ADB06E (or 0xADB06E) is unknown color: approx Dark Khaki. HEX triplet: AD, B0 and 6E. RGB value is (173,176,110). Sum of RGB (Red+Green+Blue) = 173+176+110=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB06E is #524F91. Grayscale: #A7A7A7. Windows color (decimal): -5394322 or 7254189. OLE color: 7254189.

HSL color Cylindrical-coordinate representation of color #ADB06E: hue angle of 62.73º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADB06E is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB173176110-
CMYK0.0200.370.31
HSL62.73º29.46%56.08%-
HSV(B)62.73º37.5%69.02%-
XYZ35.5741.0620.8-
YUV167.5895.51131.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.69%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 110 (43.36% from 255) = 23.97%
R=37.69%
G=38.34%
B=23.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731761100.0200.370.3162.7329.4656.08
HexADB06E20251F3f1d38
Octal255260156204537773570
Binary101011011011000011011101001001011111111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB06E; }

 p { color: rgb(173,176,110); }

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

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

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

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

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

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

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