#A6ADA4

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

Shades of Spring Rain #A6ADA4

Tints of Spring Rain #A6ADA4

Color information

#A6ADA4 (or 0xA6ADA4) is unknown color: approx Spring Rain. HEX triplet: A6, AD and A4. RGB value is (166,173,164). Sum of RGB (Red+Green+Blue) = 166+173+164=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 173 - color contains mainly: green. Hex color #A6ADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADA4 is #59525B. Grayscale: #A9A9A9. Windows color (decimal): -5853788 or 10792358. OLE color: 10792358.

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

Color convert

RGB166173164-
CMYK0.0400.050.32
HSL106.67º5.2%66.08%-
HSV(B)106.67º5.2%67.84%-
XYZ37.3740.6741-
YUV169.88124.68125.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 164 (64.45% from 255) = 32.60%
R=33.00%
G=34.39%
B=32.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661731640.0400.050.32106.675.266.08
HexA6ADA4405206b542
Octal246255244405401535102
Binary101001101010110110100100100010110000011010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ADA4; }

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

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

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

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

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

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

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

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