Html Css Color HEX #A7B5A0 Spring Rain

📋 copy color: '#A7B5A0'

red 167 ◦ green 181 ◦ blue 160

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

Shades of Spring Rain #A7B5A0

Tints of Spring Rain #A7B5A0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.63%

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

R = 32.87%
G = 35.63%
B = 31.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#A7B5A0 (or 0xA7B5A0) is known color: Spring Rain. HEX triplet: A7, B5 and A0. RGB value is (167,181,160). Sum of RGB (Red+Green+Blue) = 167+181+160=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B5A0 is #584A5F. Grayscale: #AEAEAE. Windows color (decimal): -5786208 or 10532263. OLE color: 10532263.

HSL color Cylindrical-coordinate representation of color #A7B5A0: hue angle of 100º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7B5A0 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 181 160 -
CMYK 0.08 0 0.12 0.29
HSL 100º 0.12% 0.67% -
HSV(B) 100º 0.12% 0.71% -
XYZ 38.81 43.8 39.67 -
YUV 174.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 167 181 160 0.08 0 0.12 0.29 100 0.12 0.67
Hex A7 B5 A0 8 0 C 1D 64 C 43
Octal 247 265 240 10 0 14 35 144 14 103
Binary 10100111 10110101 10100000 1000 0 1100 11101 1100100 1100 1000011

Color Harmonies of #A7B5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B5A0

Black with #A7B5A0

Text Example


Text Example

White with #A7B5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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