#ADA68B

Color #ADA68B Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #ADA68B

Tints of Neutral Green #ADA68B

Color information

#ADA68B (or 0xADA68B) is unknown color: approx Neutral Green. HEX triplet: AD, A6 and 8B. RGB value is (173,166,139). Sum of RGB (Red+Green+Blue) = 173+166+139=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA68B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA68B is #525974. Grayscale: #A5A5A5. Windows color (decimal): -5396853 or 9152173. OLE color: 9152173.

HSL color Cylindrical-coordinate representation of color #ADA68B: hue angle of 47.65º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADA68B is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB173166139-
CMYK00.040.200.32
HSL47.65º17.17%61.18%-
HSV(B)47.65º19.65%67.84%-
XYZ35.5338.0229.89-
YUV165.02113.32133.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 166 (65.23% from 255) = 34.73%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=36.19%
G=34.73%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316613900.040.200.3247.6517.1761.18
HexADA68B04142030113d
Octal255246213042440602175
Binary10101101101001101000101101001010010000011000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA68B; }

 p { color: rgb(173,166,139); }

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

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

 a { background-color: rgb(173,166,139); }

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

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

 span { border-color: rgb(173,166,139); }

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