Html Css Color HEX #A7B9A0 Spring Rain

📋 copy color: '#A7B9A0'

red 167 ◦ green 185 ◦ blue 160

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

Shades of Spring Rain #A7B9A0

Tints of Spring Rain #A7B9A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.25%

R = 32.62%
G = 36.13%
B = 31.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#A7B9A0 (or 0xA7B9A0) is known color: Spring Rain. HEX triplet: A7, B9 and A0. RGB value is (167,185,160). Sum of RGB (Red+Green+Blue) = 167+185+160=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B9A0 is #58465F. Grayscale: #B0B0B0. Windows color (decimal): -5785184 or 10533287. OLE color: 10533287.

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

Color convert

RGB 167 185 160 -
CMYK 0.10 0 0.14 0.27
HSL 103.2º 0.15% 0.68% -
HSV(B) 103.2º 0.14% 0.73% -
XYZ 39.63 45.45 39.94 -
YUV 176.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 167 185 160 0.10 0 0.14 0.27 103.2 0.15 0.68
Hex A7 B9 A0 A 0 E 1B 67 F 44
Octal 247 271 240 12 0 16 33 147 17 104
Binary 10100111 10111001 10100000 1010 0 1110 11011 1100111 1111 1000100

Color Harmonies of #A7B9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B9A0

Black with #A7B9A0

Text Example


Text Example

White with #A7B9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B9A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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