#A8B5A0

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

Shades of Spring Rain #A8B5A0

Tints of Spring Rain #A8B5A0

Color information

#A8B5A0 (or 0xA8B5A0) is unknown color: approx Spring Rain. HEX triplet: A8, B5 and A0. RGB value is (168,181,160). Sum of RGB (Red+Green+Blue) = 168+181+160=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B5A0 is #574A5F. Grayscale: #AEAEAE. Windows color (decimal): -5720672 or 10532264. OLE color: 10532264.

HSL color Cylindrical-coordinate representation of color #A8B5A0: hue angle of 97.14º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8B5A0 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB168181160-
CMYK0.0700.120.29
HSL97.14º12.43%66.86%-
HSV(B)97.14º11.6%70.98%-
XYZ39.0243.9139.68-
YUV174.72119.69123.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=33.01%
G=35.56%
B=31.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681811600.0700.120.2997.1412.4366.86
HexA8B5A070C1D61c43
Octal25026524070143514114103
Binary1010100010110101101000001110110011101110000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B5A0; }

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

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

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

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

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

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

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

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