#ADAB88

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

Shades of Neutral Green #ADAB88

Tints of Neutral Green #ADAB88

Color information

#ADAB88 (or 0xADAB88) is unknown color: approx Neutral Green. HEX triplet: AD, AB and 88. RGB value is (173,171,136). Sum of RGB (Red+Green+Blue) = 173+171+136=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB88 is #525477. Grayscale: #A7A7A7. Windows color (decimal): -5395576 or 8956845. OLE color: 8956845.

HSL color Cylindrical-coordinate representation of color #ADAB88: hue angle of 56.76º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADAB88 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB173171136-
CMYK00.010.210.32
HSL56.76º18.41%60.59%-
HSV(B)56.76º21.39%67.84%-
XYZ36.2439.7929.06-
YUV167.61110.16131.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 136 (53.52% from 255) = 28.33%
R=36.04%
G=35.62%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317113600.010.210.3256.7618.4160.59
HexADAB8801152039123d
Octal255253210012540712275
Binary101011011010101110001000011010110000011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB88; }

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

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

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

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

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

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

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

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