#A6ABA4

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

Shades of Spring Rain #A6ABA4

Tints of Spring Rain #A6ABA4

Color information

#A6ABA4 (or 0xA6ABA4) is unknown color: approx Spring Rain. HEX triplet: A6, AB and A4. RGB value is (166,171,164). Sum of RGB (Red+Green+Blue) = 166+171+164=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 171 - color contains mainly: green. Hex color #A6ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ABA4 is #59545B. Grayscale: #A8A8A8. Windows color (decimal): -5854300 or 10791846. OLE color: 10791846.

HSL color Cylindrical-coordinate representation of color #A6ABA4: hue angle of 102.86º degrees, saturation: 0.04, 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 #A6ABA4 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB166171164-
CMYK0.0300.040.33
HSL102.86º4%65.69%-
HSV(B)102.86º4.09%67.06%-
XYZ36.9939.9140.88-
YUV168.71125.34126.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 164 (64.45% from 255) = 32.73%
R=33.13%
G=34.13%
B=32.73%

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
Decimal1661711640.0300.040.33102.86465.69
HexA6ABA43042167442
Octal246253244304411474102
Binary10100110101010111010010011010010000111001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ABA4; }

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

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

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

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

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

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

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

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