#A7ADA6

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

Shades of Spring Rain #A7ADA6

Tints of Spring Rain #A7ADA6

Color information

#A7ADA6 (or 0xA7ADA6) is unknown color: approx Spring Rain. HEX triplet: A7, AD and A6. RGB value is (167,173,166). Sum of RGB (Red+Green+Blue) = 167+173+166=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 173 - color contains mainly: green. Hex color #A7ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ADA6 is #585259. Grayscale: #AAAAAA. Windows color (decimal): -5788250 or 10923431. OLE color: 10923431.

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

Color convert

RGB167173166-
CMYK0.0300.040.32
HSL111.43º4.09%66.47%-
HSV(B)111.43º4.05%67.84%-
XYZ37.7640.8641.97-
YUV170.41125.51125.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 166 (65.23% from 255) = 32.81%
R=33.00%
G=34.19%
B=32.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671731660.0300.040.32111.434.0966.47
HexA7ADA6304206f442
Octal247255246304401574102
Binary10100111101011011010011011010010000011011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ADA6; }

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

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

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

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

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

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

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

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