#A7ADA5

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

Shades of Spring Rain #A7ADA5

Tints of Spring Rain #A7ADA5

Color information

#A7ADA5 (or 0xA7ADA5) is unknown color: approx Spring Rain. HEX triplet: A7, AD and A5. RGB value is (167,173,165). Sum of RGB (Red+Green+Blue) = 167+173+165=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 173 - color contains mainly: green. Hex color #A7ADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ADA5 is #58525A. Grayscale: #AAAAAA. Windows color (decimal): -5788251 or 10857895. OLE color: 10857895.

HSL color Cylindrical-coordinate representation of color #A7ADA5: hue angle of 105º 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 #A7ADA5 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB167173165-
CMYK0.0300.050.32
HSL105º4.65%66.27%-
HSV(B)105º4.62%67.84%-
XYZ37.6740.8241.49-
YUV170.29125.01125.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 165 (64.84% from 255) = 32.67%
R=33.07%
G=34.26%
B=32.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671731650.0300.050.321054.6566.27
HexA7ADA53052069542
Octal247255245305401515102
Binary10100111101011011010010111010110000011010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ADA5; }

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

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

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

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

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

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

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

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