#A8BCA0

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

Shades of Spring Rain #A8BCA0

Tints of Spring Rain #A8BCA0

Color information

#A8BCA0 (or 0xA8BCA0) is unknown color: approx Spring Rain. HEX triplet: A8, BC and A0. RGB value is (168,188,160). Sum of RGB (Red+Green+Blue) = 168+188+160=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BCA0 is #57435F. Grayscale: #B2B2B2. Windows color (decimal): -5718880 or 10534056. OLE color: 10534056.

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

Color convert

RGB168188160-
CMYK0.1100.150.26
HSL102.86º17.28%68.24%-
HSV(B)102.86º14.89%73.73%-
XYZ40.4846.8340.16-
YUV178.83117.37120.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 160 (62.89% from 255) = 31.01%
R=32.56%
G=36.43%
B=31.01%

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
Decimal1681881600.1100.150.26102.8617.2868.24
HexA8BCA0B0F1A671144
Octal250274240130173214721104
Binary101010001011110010100000101101111110101100111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCA0; }

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

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

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

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

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

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

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

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