#ADAB70

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

Shades of Dark Khaki #ADAB70

Tints of Dark Khaki #ADAB70

Color information

#ADAB70 (or 0xADAB70) is unknown color: approx Dark Khaki. HEX triplet: AD, AB and 70. RGB value is (173,171,112). Sum of RGB (Red+Green+Blue) = 173+171+112=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB70 is #52548F. Grayscale: #A5A5A5. Windows color (decimal): -5395600 or 7383981. OLE color: 7383981.

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

Color convert

RGB173171112-
CMYK00.010.350.32
HSL58.03º27.11%55.88%-
HSV(B)58.03º35.26%67.84%-
XYZ34.7239.1821.06-
YUV164.8798.16133.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 112 (44.14% from 255) = 24.56%
R=37.94%
G=37.5%
B=24.56%

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
Decimal17317111200.010.350.3258.0327.1155.88
HexADAB700123203a1b38
Octal255253160014340723370
Binary101011011010101111100000110001110000011101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB70; }

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

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

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

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

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

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

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

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