#A8B9A5

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

Shades of Spring Rain #A8B9A5

Tints of Spring Rain #A8B9A5

Color information

#A8B9A5 (or 0xA8B9A5) is unknown color: approx Spring Rain. HEX triplet: A8, B9 and A5. RGB value is (168,185,165). Sum of RGB (Red+Green+Blue) = 168+185+165=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B9A5 is #57465A. Grayscale: #B1B1B1. Windows color (decimal): -5719643 or 10860968. OLE color: 10860968.

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

Color convert

RGB168185165-
CMYK0.0900.110.27
HSL111º12.5%68.63%-
HSV(B)111º10.81%72.55%-
XYZ40.2945.7442.3-
YUV177.64120.87121.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 165 (64.84% from 255) = 31.85%
R=32.43%
G=35.71%
B=31.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681851650.0900.110.2711112.568.63
HexA8B9A590B1B6fd45
Octal250271245110133315715105
Binary10101000101110011010010110010101111011110111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B9A5; }

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

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

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

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

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

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

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

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