#A9BCA6

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

Shades of Spring Rain #A9BCA6

Tints of Spring Rain #A9BCA6

Color information

#A9BCA6 (or 0xA9BCA6) is unknown color: approx Spring Rain. HEX triplet: A9, BC and A6. RGB value is (169,188,166). Sum of RGB (Red+Green+Blue) = 169+188+166=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BCA6 is #564359. Grayscale: #B3B3B3. Windows color (decimal): -5653338 or 10927273. OLE color: 10927273.

HSL color Cylindrical-coordinate representation of color #A9BCA6: hue angle of 111.82º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9BCA6 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB169188166-
CMYK0.1000.120.26
HSL111.82º14.1%69.41%-
HSV(B)111.82º11.7%73.73%-
XYZ41.2347.1543.01-
YUV179.81120.21120.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 166 (65.23% from 255) = 31.74%
R=32.31%
G=35.95%
B=31.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691881660.1000.120.26111.8214.169.41
HexA9BCA6A0C1A70e45
Octal251274246120143216016105
Binary10101001101111001010011010100110011010111000011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCA6; }

 p { color: rgb(169,188,166); }

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

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

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

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

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

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

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