#A8B4A7

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

Shades of Spring Rain #A8B4A7

Tints of Spring Rain #A8B4A7

Color information

#A8B4A7 (or 0xA8B4A7) is unknown color: approx Spring Rain. HEX triplet: A8, B4 and A7. RGB value is (168,180,167). Sum of RGB (Red+Green+Blue) = 168+180+167=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 167 (65.62% from 255 or 32.43% from 515); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B4A7 is #574B58. Grayscale: #AEAEAE. Windows color (decimal): -5720921 or 10990760. OLE color: 10990760.

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

Color convert

RGB168180167-
CMYK0.0700.070.29
HSL115.38º7.98%68.04%-
HSV(B)115.38º7.22%70.59%-
XYZ39.4443.7642.93-
YUV174.93123.52123.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 167 (65.62% from 255) = 32.43%
R=32.62%
G=34.95%
B=32.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681801670.0700.070.29115.387.9868.04
HexA8B4A77071D73844
Octal2502642477073516310104
Binary101010001011010010100111111011111101111001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B4A7; }

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

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

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

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

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

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

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

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