#A5ADA5

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

Shades of Spring Rain #A5ADA5

Tints of Spring Rain #A5ADA5

Color information

#A5ADA5 (or 0xA5ADA5) is unknown color: approx Spring Rain. HEX triplet: A5, AD and A5. RGB value is (165,173,165). Sum of RGB (Red+Green+Blue) = 165+173+165=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 173 - color contains mainly: green. Hex color #A5ADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ADA5 is #5A525A. Grayscale: #A9A9A9. Windows color (decimal): -5919323 or 10857893. OLE color: 10857893.

HSL color Cylindrical-coordinate representation of color #A5ADA5: hue angle of 120º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A5ADA5 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB165173165-
CMYK0.0500.050.32
HSL120º4.65%66.27%-
HSV(B)120º4.62%67.84%-
XYZ37.2540.641.47-
YUV169.7125.35124.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 165 (64.84% from 255) = 32.80%
R=32.80%
G=34.39%
B=32.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651731650.0500.050.321204.6566.27
HexA5ADA55052078542
Octal245255245505401705102
Binary101001011010110110100101101010110000011110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ADA5; }

 p { color: rgb(165,173,165); }

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

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

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

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

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

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

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