#A8B7A3

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

Shades of Spring Rain #A8B7A3

Tints of Spring Rain #A8B7A3

Color information

#A8B7A3 (or 0xA8B7A3) is unknown color: approx Spring Rain. HEX triplet: A8, B7 and A3. RGB value is (168,183,163). Sum of RGB (Red+Green+Blue) = 168+183+163=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B7A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B7A3 is #57485C. Grayscale: #B0B0B0. Windows color (decimal): -5720157 or 10729384. OLE color: 10729384.

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

Color convert

RGB168183163-
CMYK0.0800.110.28
HSL105º12.2%67.84%-
HSV(B)105º10.93%71.76%-
XYZ39.6944.8441.21-
YUV176.24120.53122.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 183 (71.88% from 255) = 35.60%
BLUE value IS 163 (64.06% from 255) = 31.71%
R=32.68%
G=35.60%
B=31.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681831630.0800.110.2810512.267.84
HexA8B7A380B1C69c44
Octal250267243100133415114104
Binary10101000101101111010001110000101111100110100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B7A3; }

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

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

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

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

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

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

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

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