#A7BA9D

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

Shades of Spring Rain #A7BA9D

Tints of Spring Rain #A7BA9D

Color information

#A7BA9D (or 0xA7BA9D) is unknown color: approx Spring Rain. HEX triplet: A7, BA and 9D. RGB value is (167,186,157). Sum of RGB (Red+Green+Blue) = 167+186+157=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA9D is #584562. Grayscale: #B1B1B1. Windows color (decimal): -5784931 or 10336935. OLE color: 10336935.

HSL color Cylindrical-coordinate representation of color #A7BA9D: hue angle of 99.31º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7BA9D is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB167186157-
CMYK0.1000.160.27
HSL99.31º17.37%67.25%-
HSV(B)99.31º15.59%72.94%-
XYZ39.5845.7738.65-
YUV177.01116.71120.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 157 (61.72% from 255) = 30.78%
R=32.75%
G=36.47%
B=30.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671861570.1000.160.2799.3117.3767.25
HexA7BA9DA0101B631143
Octal247272235120203314321103
Binary1010011110111010100111011010010000110111100011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BA9D; }

 p { color: rgb(167,186,157); }

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

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

 a { background-color: rgb(167,186,157); }

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

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

 span { border-color: rgb(167,186,157); }

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