#ADB1A1

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

Shades of Green Spring #ADB1A1

Tints of Green Spring #ADB1A1

Color information

#ADB1A1 (or 0xADB1A1) is unknown color: approx Green Spring. HEX triplet: AD, B1 and A1. RGB value is (173,177,161). Sum of RGB (Red+Green+Blue) = 173+177+161=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1A1 is #524E5E. Grayscale: #AEAEAE. Windows color (decimal): -5394015 or 10596781. OLE color: 10596781.

HSL color Cylindrical-coordinate representation of color #ADB1A1: hue angle of 75º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB1A1 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB173177161-
CMYK0.0200.090.31
HSL75º9.3%66.27%-
HSV(B)75º9.04%69.41%-
XYZ39.3942.939.92-
YUV173.98120.67127.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 161 (63.28% from 255) = 31.51%
R=33.86%
G=34.64%
B=31.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771610.0200.090.31759.366.27
HexADB1A12091F4b942
Octal25526124120113711311102
Binary101011011011000110100001100100111111100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1A1; }

 p { color: rgb(173,177,161); }

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

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

 a { background-color: rgb(173,177,161); }

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

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

 span { border-color: rgb(173,177,161); }

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