#A6ACA6

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

Shades of Spring Rain #A6ACA6

Tints of Spring Rain #A6ACA6

Color information

#A6ACA6 (or 0xA6ACA6) is unknown color: approx Spring Rain. HEX triplet: A6, AC and A6. RGB value is (166,172,166). Sum of RGB (Red+Green+Blue) = 166+172+166=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 172 - color contains mainly: green. Hex color #A6ACA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ACA6 is #595359. Grayscale: #A9A9A9. Windows color (decimal): -5854042 or 10923174. OLE color: 10923174.

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

Color convert

RGB166172166-
CMYK0.0300.030.33
HSL120º3.49%66.27%-
HSV(B)120º3.49%67.45%-
XYZ37.3640.3741.9-
YUV169.52126.01125.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 166 (65.23% from 255) = 32.94%
R=32.94%
G=34.13%
B=32.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661721660.0300.030.331203.4966.27
HexA6ACA63032178342
Octal246254246303411703102
Binary101001101010110010100110110111000011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACA6; }

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

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

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

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

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

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

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

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