#A7ADA4

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

Shades of Spring Rain #A7ADA4

Tints of Spring Rain #A7ADA4

Color information

#A7ADA4 (or 0xA7ADA4) is unknown color: approx Spring Rain. HEX triplet: A7, AD and A4. RGB value is (167,173,164). Sum of RGB (Red+Green+Blue) = 167+173+164=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 173 - color contains mainly: green. Hex color #A7ADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ADA4 is #58525B. Grayscale: #AAAAAA. Windows color (decimal): -5788252 or 10792359. OLE color: 10792359.

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

Color convert

RGB167173164-
CMYK0.0300.050.32
HSL100º5.2%66.08%-
HSV(B)100º5.2%67.84%-
XYZ37.5840.7841.01-
YUV170.18124.51125.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.13%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 164 (64.45% from 255) = 32.54%
R=33.13%
G=34.33%
B=32.54%

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
Decimal1671731640.0300.050.321005.266.08
HexA7ADA43052064542
Octal247255244305401445102
Binary10100111101011011010010011010110000011001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ADA4; }

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

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

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

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

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

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

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

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