#A7BFA3

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

Shades of Spring Rain #A7BFA3

Tints of Spring Rain #A7BFA3

Color information

#A7BFA3 (or 0xA7BFA3) is unknown color: approx Spring Rain. HEX triplet: A7, BF and A3. RGB value is (167,191,163). Sum of RGB (Red+Green+Blue) = 167+191+163=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BFA3 is #58405C. Grayscale: #B4B4B4. Windows color (decimal): -5783645 or 10731431. OLE color: 10731431.

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

Color convert

RGB167191163-
CMYK0.1300.150.25
HSL111.43º17.95%69.41%-
HSV(B)111.43º14.66%74.9%-
XYZ41.1848.1241.77-
YUV180.63118.05118.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.05%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 163 (64.06% from 255) = 31.29%
R=32.05%
G=36.66%
B=31.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671911630.1300.150.25111.4317.9569.41
HexA7BFA3D0F196f1245
Octal247277243150173115722105
Binary101001111011111110100011110101111110011101111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BFA3; }

 p { color: rgb(167,191,163); }

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

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

 a { background-color: rgb(167,191,163); }

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

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

 span { border-color: rgb(167,191,163); }

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