#ADBFA0

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

Shades of Spring Rain #ADBFA0

Tints of Spring Rain #ADBFA0

Color information

#ADBFA0 (or 0xADBFA0) is unknown color: approx Spring Rain. HEX triplet: AD, BF and A0. RGB value is (173,191,160). Sum of RGB (Red+Green+Blue) = 173+191+160=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBFA0 is #52405F. Grayscale: #B6B6B6. Windows color (decimal): -5390432 or 10534829. OLE color: 10534829.

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

Color convert

RGB173191160-
CMYK0.0900.160.25
HSL94.84º19.5%68.82%-
HSV(B)94.84º16.23%74.9%-
XYZ42.2148.6840.43-
YUV182.08115.54121.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 160 (62.89% from 255) = 30.53%
R=33.02%
G=36.45%
B=30.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911600.0900.160.2594.8419.568.82
HexADBFA09010195f1345
Octal255277240110203113723105
Binary1010110110111111101000001001010000110011011111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFA0; }

 p { color: rgb(173,191,160); }

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

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

 a { background-color: rgb(173,191,160); }

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

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

 span { border-color: rgb(173,191,160); }

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