#A7BCA0

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

Shades of Spring Rain #A7BCA0

Tints of Spring Rain #A7BCA0

Color information

#A7BCA0 (or 0xA7BCA0) is unknown color: approx Spring Rain. HEX triplet: A7, BC and A0. RGB value is (167,188,160). Sum of RGB (Red+Green+Blue) = 167+188+160=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCA0 is #58435F. Grayscale: #B2B2B2. Windows color (decimal): -5784416 or 10534055. OLE color: 10534055.

HSL color Cylindrical-coordinate representation of color #A7BCA0: hue angle of 105º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7BCA0 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB167188160-
CMYK0.1100.150.26
HSL105º17.28%68.24%-
HSV(B)105º14.89%73.73%-
XYZ40.2646.7240.15-
YUV178.53117.54119.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 160 (62.89% from 255) = 31.07%
R=32.43%
G=36.50%
B=31.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881600.1100.150.2610517.2868.24
HexA7BCA0B0F1A691144
Octal247274240130173215121104
Binary101001111011110010100000101101111110101101001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCA0; }

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

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

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

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

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

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

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

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