#A6B7A3

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

Shades of Spring Rain #A6B7A3

Tints of Spring Rain #A6B7A3

Color information

#A6B7A3 (or 0xA6B7A3) is unknown color: approx Spring Rain. HEX triplet: A6, B7 and A3. RGB value is (166,183,163). Sum of RGB (Red+Green+Blue) = 166+183+163=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B7A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B7A3 is #59485C. Grayscale: #AFAFAF. Windows color (decimal): -5851229 or 10729382. OLE color: 10729382.

HSL color Cylindrical-coordinate representation of color #A6B7A3: hue angle of 111º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6B7A3 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB166183163-
CMYK0.0900.110.28
HSL111º12.2%67.84%-
HSV(B)111º10.93%71.76%-
XYZ39.2744.6241.19-
YUV175.64120.87121.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.42%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 163 (64.06% from 255) = 31.84%
R=32.42%
G=35.74%
B=31.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661831630.0900.110.2811112.267.84
HexA6B7A390B1C6fc44
Octal246267243110133415714104
Binary10100110101101111010001110010101111100110111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B7A3; }

 p { color: rgb(166,183,163); }

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

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

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

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

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

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

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