Html Css Color HEX #A7B9A1 Spring Rain

📋 copy color: '#A7B9A1'

red 167 ◦ green 185 ◦ blue 161

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

Shades of Spring Rain #A7B9A1

Tints of Spring Rain #A7B9A1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.06%

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

R = 32.55%
G = 36.06%
B = 31.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#A7B9A1 (or 0xA7B9A1) is known color: Spring Rain. HEX triplet: A7, B9 and A1. RGB value is (167,185,161). Sum of RGB (Red+Green+Blue) = 167+185+161=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B9A1 is #58465E. Grayscale: #B0B0B0. Windows color (decimal): -5785183 or 10598823. OLE color: 10598823.

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

Color convert

RGB 167 185 161 -
CMYK 0.10 0 0.13 0.27
HSL 105º 0.15% 0.68% -
HSV(B) 105º 0.13% 0.73% -
XYZ 39.72 45.49 40.4 -
YUV 176.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 167 185 161 0.10 0 0.13 0.27 105 0.15 0.68
Hex A7 B9 A1 A 0 D 1B 69 F 44
Octal 247 271 241 12 0 15 33 151 17 104
Binary 10100111 10111001 10100001 1010 0 1101 11011 1101001 1111 1000100

Color Harmonies of #A7B9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B9A1

Black with #A7B9A1

Text Example


Text Example

White with #A7B9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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