#ADB46F

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

Shades of Dark Khaki #ADB46F

Tints of Dark Khaki #ADB46F

Color information

#ADB46F (or 0xADB46F) is unknown color: approx Dark Khaki. HEX triplet: AD, B4 and 6F. RGB value is (173,180,111). Sum of RGB (Red+Green+Blue) = 173+180+111=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB46F is #524B90. Grayscale: #AAAAAA. Windows color (decimal): -5393297 or 7320749. OLE color: 7320749.

HSL color Cylindrical-coordinate representation of color #ADB46F: hue angle of 66.09º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADB46F is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB173180111-
CMYK0.0400.380.29
HSL66.09º31.51%57.06%-
HSV(B)66.09º38.33%70.59%-
XYZ36.4242.6721.36-
YUV170.0494.68130.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=37.28%
G=38.79%
B=23.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801110.0400.380.2966.0931.5157.06
HexADB46F40261D422039
Octal2552641574046351024071
Binary101011011011010011011111000100110111011000010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB46F; }

 p { color: rgb(173,180,111); }

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

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

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

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

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

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

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