#A7BEA4

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

Shades of Spring Rain #A7BEA4

Tints of Spring Rain #A7BEA4

Color information

#A7BEA4 (or 0xA7BEA4) is unknown color: approx Spring Rain. HEX triplet: A7, BE and A4. RGB value is (167,190,164). Sum of RGB (Red+Green+Blue) = 167+190+164=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BEA4 is #58415B. Grayscale: #B4B4B4. Windows color (decimal): -5783900 or 10796711. OLE color: 10796711.

HSL color Cylindrical-coordinate representation of color #A7BEA4: hue angle of 113.08º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7BEA4 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB167190164-
CMYK0.1200.140.25
HSL113.08º16.67%69.41%-
HSV(B)113.08º13.68%74.51%-
XYZ41.0547.7242.17-
YUV180.16118.88118.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.05%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 164 (64.45% from 255) = 31.48%
R=32.05%
G=36.47%
B=31.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671901640.1200.140.25113.0816.6769.41
HexA7BEA4C0E19711145
Octal247276244140163116121105
Binary101001111011111010100100110001110110011110001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BEA4; }

 p { color: rgb(167,190,164); }

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

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

 a { background-color: rgb(167,190,164); }

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

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

 span { border-color: rgb(167,190,164); }

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