Html Css Color HEX #A7BFA1 Spring Rain

📋 copy color: '#A7BFA1'

red 167 ◦ green 191 ◦ blue 161

#A7BFA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #A7BFA1

Tints of Spring Rain #A7BFA1

RGB

 RED value IS 167 (65.63% from 255) = 32.18%

 GREEN value IS 191 (75% from 255) = 36.8%

 BLUE value IS 161 (63.28% from 255) = 31.02%

R = 32.18%
G = 36.8%
B = 31.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#A7BFA1 (or 0xA7BFA1) is known color: Spring Rain. HEX triplet: A7, BF and A1. RGB value is (167,191,161). Sum of RGB (Red+Green+Blue) = 167+191+161=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BFA1 is #58405E. Grayscale: #B4B4B4. Windows color (decimal): -5783647 or 10600359. OLE color: 10600359.

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

Color convert

RGB 167 191 161 -
CMYK 0.13 0 0.16 0.25
HSL 108º 0.19% 0.69% -
HSV(B) 108º 0.16% 0.75% -
XYZ 41 48.05 40.83 -
YUV 180.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 167 191 161 0.13 0 0.16 0.25 108 0.19 0.69
Hex A7 BF A1 D 0 10 19 6C 13 45
Octal 247 277 241 15 0 20 31 154 23 105
Binary 10100111 10111111 10100001 1101 0 10000 11001 1101100 10011 1000101

Color Harmonies of #A7BFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BFA1

Black with #A7BFA1

Text Example


Text Example

White with #A7BFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BFA1; }

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

 H1.HeaderClassName
 {
   color: #A7BFA1;
 }
 .AnyTagClassName
 {
   color: #A7BFA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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