#A8B9A0

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

Shades of Spring Rain #A8B9A0

Tints of Spring Rain #A8B9A0

Color information

#A8B9A0 (or 0xA8B9A0) is unknown color: approx Spring Rain. HEX triplet: A8, B9 and A0. RGB value is (168,185,160). Sum of RGB (Red+Green+Blue) = 168+185+160=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B9A0 is #57465F. Grayscale: #B1B1B1. Windows color (decimal): -5719648 or 10533288. OLE color: 10533288.

HSL color Cylindrical-coordinate representation of color #A8B9A0: hue angle of 100.8º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8B9A0 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB168185160-
CMYK0.0900.140.27
HSL100.8º15.15%67.65%-
HSV(B)100.8º13.51%72.55%-
XYZ39.8445.5639.95-
YUV177.07118.37121.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 185 (72.66% from 255) = 36.06%
BLUE value IS 160 (62.89% from 255) = 31.19%
R=32.75%
G=36.06%
B=31.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681851600.0900.140.27100.815.1567.65
HexA8B9A090E1B65f44
Octal250271240110163314517104
Binary10101000101110011010000010010111011011110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B9A0; }

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

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

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

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

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

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

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

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