#ADBFA4

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

Shades of Spring Rain #ADBFA4

Tints of Spring Rain #ADBFA4

Color information

#ADBFA4 (or 0xADBFA4) is unknown color: approx Spring Rain. HEX triplet: AD, BF and A4. RGB value is (173,191,164). Sum of RGB (Red+Green+Blue) = 173+191+164=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBFA4 is #52405B. Grayscale: #B6B6B6. Windows color (decimal): -5390428 or 10796973. OLE color: 10796973.

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

Color convert

RGB173191164-
CMYK0.0900.140.25
HSL100º17.42%69.61%-
HSV(B)100º14.14%74.9%-
XYZ42.5748.8342.3-
YUV182.54117.54121.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=32.77%
G=36.17%
B=31.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911640.0900.140.2510017.4269.61
HexADBFA490E19641146
Octal255277244110163114421106
Binary101011011011111110100100100101110110011100100100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFA4; }

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

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

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

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

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

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

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

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