#A7BCA5

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

Shades of Spring Rain #A7BCA5

Tints of Spring Rain #A7BCA5

Color information

#A7BCA5 (or 0xA7BCA5) is unknown color: approx Spring Rain. HEX triplet: A7, BC and A5. RGB value is (167,188,165). Sum of RGB (Red+Green+Blue) = 167+188+165=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCA5 is #58435A. Grayscale: #B3B3B3. Windows color (decimal): -5784411 or 10861735. OLE color: 10861735.

HSL color Cylindrical-coordinate representation of color #A7BCA5: hue angle of 114.78º degrees, saturation: 0.15, 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 #A7BCA5 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB167188165-
CMYK0.1100.120.26
HSL114.78º14.65%69.22%-
HSV(B)114.78º12.23%73.73%-
XYZ40.7146.942.5-
YUV179.1120.04119.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.12%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 165 (64.84% from 255) = 31.73%
R=32.12%
G=36.15%
B=31.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881650.1100.120.26114.7814.6569.22
HexA7BCA5B0C1A73f45
Octal247274245130143216317105
Binary10100111101111001010010110110110011010111001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCA5; }

 p { color: rgb(167,188,165); }

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

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

 a { background-color: rgb(167,188,165); }

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

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

 span { border-color: rgb(167,188,165); }

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