#ADBEA1

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

Shades of Spring Rain #ADBEA1

Tints of Spring Rain #ADBEA1

Color information

#ADBEA1 (or 0xADBEA1) is unknown color: approx Spring Rain. HEX triplet: AD, BE and A1. RGB value is (173,190,161). Sum of RGB (Red+Green+Blue) = 173+190+161=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBEA1 is #52415E. Grayscale: #B5B5B5. Windows color (decimal): -5390687 or 10600109. OLE color: 10600109.

HSL color Cylindrical-coordinate representation of color #ADBEA1: hue angle of 95.17º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADBEA1 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB173190161-
CMYK0.0900.150.25
HSL95.17º18.24%68.82%-
HSV(B)95.17º15.26%74.51%-
XYZ42.0848.2840.82-
YUV181.61116.37121.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 190 (74.61% from 255) = 36.26%
BLUE value IS 161 (63.28% from 255) = 30.73%
R=33.02%
G=36.26%
B=30.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901610.0900.150.2595.1718.2468.82
HexADBEA190F195f1245
Octal255276241110173113722105
Binary101011011011111010100001100101111110011011111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEA1; }

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

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

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

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

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

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

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

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