#A6B5A5

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

Shades of Spring Rain #A6B5A5

Tints of Spring Rain #A6B5A5

Color information

#A6B5A5 (or 0xA6B5A5) is unknown color: approx Spring Rain. HEX triplet: A6, B5 and A5. RGB value is (166,181,165). Sum of RGB (Red+Green+Blue) = 166+181+165=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B5A5 is #594A5A. Grayscale: #AEAEAE. Windows color (decimal): -5851739 or 10859942. OLE color: 10859942.

HSL color Cylindrical-coordinate representation of color #A6B5A5: hue angle of 116.25º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6B5A5 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB166181165-
CMYK0.0800.090.29
HSL116.25º9.76%67.84%-
HSV(B)116.25º8.84%70.98%-
XYZ39.0443.8742.01-
YUV174.69122.53121.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.42%
GREEN value IS 181 (71.09% from 255) = 35.35%
BLUE value IS 165 (64.84% from 255) = 32.23%
R=32.42%
G=35.35%
B=32.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661811650.0800.090.29116.259.7667.84
HexA6B5A58091D74a44
Octal246265245100113516412104
Binary10100110101101011010010110000100111101111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B5A5; }

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

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

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

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

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

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

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

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