#A8B7A7

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

Shades of Spring Rain #A8B7A7

Tints of Spring Rain #A8B7A7

Color information

#A8B7A7 (or 0xA8B7A7) is unknown color: approx Spring Rain. HEX triplet: A8, B7 and A7. RGB value is (168,183,167). Sum of RGB (Red+Green+Blue) = 168+183+167=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B7A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B7A7 is #574858. Grayscale: #B0B0B0. Windows color (decimal): -5720153 or 10991528. OLE color: 10991528.

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

Color convert

RGB168183167-
CMYK0.0800.090.28
HSL116.25º10%68.63%-
HSV(B)116.25º8.74%71.76%-
XYZ40.0644.9843.13-
YUV176.69122.53121.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 183 (71.88% from 255) = 35.33%
BLUE value IS 167 (65.62% from 255) = 32.24%
R=32.43%
G=35.33%
B=32.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681831670.0800.090.28116.251068.63
HexA8B7A78091C74a45
Octal250267247100113416412105
Binary10101000101101111010011110000100111100111010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B7A7; }

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

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

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

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

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

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

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

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