#ADB1A3

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

Shades of Green Spring #ADB1A3

Tints of Green Spring #ADB1A3

Color information

#ADB1A3 (or 0xADB1A3) is unknown color: approx Green Spring. HEX triplet: AD, B1 and A3. RGB value is (173,177,163). Sum of RGB (Red+Green+Blue) = 173+177+163=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1A3 is #524E5C. Grayscale: #AEAEAE. Windows color (decimal): -5394013 or 10727853. OLE color: 10727853.

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

Color convert

RGB173177163-
CMYK0.0200.080.31
HSL77.14º8.24%66.67%-
HSV(B)77.14º7.91%69.41%-
XYZ39.5742.9740.86-
YUV174.21121.67127.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 177 (69.53% from 255) = 34.50%
BLUE value IS 163 (64.06% from 255) = 31.77%
R=33.72%
G=34.50%
B=31.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771630.0200.080.3177.148.2466.67
HexADB1A32081F4d843
Octal25526124320103711510103
Binary101011011011000110100011100100011111100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1A3; }

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

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

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

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

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

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

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

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