#A8B2A7

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

Shades of Spring Rain #A8B2A7

Tints of Spring Rain #A8B2A7

Color information

#A8B2A7 (or 0xA8B2A7) is unknown color: approx Spring Rain. HEX triplet: A8, B2 and A7. RGB value is (168,178,167). Sum of RGB (Red+Green+Blue) = 168+178+167=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B2A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B2A7 is #574D58. Grayscale: #ADADAD. Windows color (decimal): -5721433 or 10990248. OLE color: 10990248.

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

Color convert

RGB168178167-
CMYK0.0600.060.30
HSL114.55º6.67%67.65%-
HSV(B)114.55º6.18%69.8%-
XYZ39.0442.9642.79-
YUV173.76124.19123.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 167 (65.62% from 255) = 32.55%
R=32.75%
G=34.70%
B=32.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681781670.0600.060.30114.556.6767.65
HexA8B2A76061E73744
Octal250262247606361637104
Binary10101000101100101010011111001101111011100111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B2A7; }

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

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

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

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

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

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

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

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