#A6AFA6

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

Shades of Spring Rain #A6AFA6

Tints of Spring Rain #A6AFA6

Color information

#A6AFA6 (or 0xA6AFA6) is unknown color: approx Spring Rain. HEX triplet: A6, AF and A6. RGB value is (166,175,166). Sum of RGB (Red+Green+Blue) = 166+175+166=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AFA6 is #595059. Grayscale: #ABABAB. Windows color (decimal): -5853274 or 10923942. OLE color: 10923942.

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

Color convert

RGB166175166-
CMYK0.0500.050.31
HSL120º5.33%66.86%-
HSV(B)120º5.14%68.63%-
XYZ37.9441.5242.09-
YUV171.28125.02124.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 166 (65.23% from 255) = 32.74%
R=32.74%
G=34.52%
B=32.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661751660.0500.050.311205.3366.86
HexA6AFA65051F78543
Octal246257246505371705103
Binary10100110101011111010011010101011111111110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFA6; }

 p { color: rgb(166,175,166); }

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

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

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

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

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

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

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