#A8B7A1

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

Shades of Spring Rain #A8B7A1

Tints of Spring Rain #A8B7A1

Color information

#A8B7A1 (or 0xA8B7A1) is unknown color: approx Spring Rain. HEX triplet: A8, B7 and A1. RGB value is (168,183,161). Sum of RGB (Red+Green+Blue) = 168+183+161=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B7A1 is #57485E. Grayscale: #B0B0B0. Windows color (decimal): -5720159 or 10598312. OLE color: 10598312.

HSL color Cylindrical-coordinate representation of color #A8B7A1: hue angle of 100.91º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8B7A1 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB168183161-
CMYK0.0800.120.28
HSL100.91º13.25%67.45%-
HSV(B)100.91º12.02%71.76%-
XYZ39.5144.7740.28-
YUV176.01119.53122.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.81%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 161 (63.28% from 255) = 31.45%
R=32.81%
G=35.74%
B=31.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681831610.0800.120.28100.9113.2567.45
HexA8B7A180C1C65d43
Octal250267241100143414515103
Binary10101000101101111010000110000110011100110010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B7A1; }

 p { color: rgb(168,183,161); }

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

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

 a { background-color: rgb(168,183,161); }

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

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

 span { border-color: rgb(168,183,161); }

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