#ADB56F

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

Shades of Dark Khaki #ADB56F

Tints of Dark Khaki #ADB56F

Color information

#ADB56F (or 0xADB56F) is unknown color: approx Dark Khaki. HEX triplet: AD, B5 and 6F. RGB value is (173,181,111). Sum of RGB (Red+Green+Blue) = 173+181+111=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB56F is #524A90. Grayscale: #AAAAAA. Windows color (decimal): -5393041 or 7321005. OLE color: 7321005.

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

Color convert

RGB173181111-
CMYK0.0400.390.29
HSL66.86º32.11%57.25%-
HSV(B)66.86º38.67%70.98%-
XYZ36.6343.0821.42-
YUV170.6394.35129.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 181 (71.09% from 255) = 38.92%
BLUE value IS 111 (43.75% from 255) = 23.87%
R=37.20%
G=38.92%
B=23.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731811110.0400.390.2966.8632.1157.25
HexADB56F40271D432039
Octal2552651574047351034071
Binary101011011011010111011111000100111111011000011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB56F; }

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

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

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

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

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

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

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

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