#A6ABA5

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

Shades of Spring Rain #A6ABA5

Tints of Spring Rain #A6ABA5

Color information

#A6ABA5 (or 0xA6ABA5) is unknown color: approx Spring Rain. HEX triplet: A6, AB and A5. RGB value is (166,171,165). Sum of RGB (Red+Green+Blue) = 166+171+165=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 171 - color contains mainly: green. Hex color #A6ABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ABA5 is #59545A. Grayscale: #A8A8A8. Windows color (decimal): -5854299 or 10857382. OLE color: 10857382.

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

Color convert

RGB166171165-
CMYK0.0300.040.33
HSL110º3.45%65.88%-
HSV(B)110º3.51%67.06%-
XYZ37.0839.9541.35-
YUV168.82125.84125.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.07%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 165 (64.84% from 255) = 32.87%
R=33.07%
G=34.06%
B=32.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661711650.0300.040.331103.4565.88
HexA6ABA5304216e342
Octal246253245304411563102
Binary1010011010101011101001011101001000011101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ABA5; }

 p { color: rgb(166,171,165); }

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

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

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

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

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

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

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