Html Css Color HEX #A7B3A0 Spring Rain

📋 copy color: '#A7B3A0'

red 167 ◦ green 179 ◦ blue 160

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

Shades of Spring Rain #A7B3A0

Tints of Spring Rain #A7B3A0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.38%

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

R = 33%
G = 35.38%
B = 31.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#A7B3A0 (or 0xA7B3A0) is known color: Spring Rain. HEX triplet: A7, B3 and A0. RGB value is (167,179,160). Sum of RGB (Red+Green+Blue) = 167+179+160=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B3A0 is #584C5F. Grayscale: #ADADAD. Windows color (decimal): -5786720 or 10531751. OLE color: 10531751.

HSL color Cylindrical-coordinate representation of color #A7B3A0: hue angle of 97.89º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7B3A0 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 179 160 -
CMYK 0.07 0 0.11 0.30
HSL 97.89º 0.11% 0.66% -
HSV(B) 97.89º 0.11% 0.7% -
XYZ 38.4 42.99 39.53 -
YUV 173.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 167 179 160 0.07 0 0.11 0.30 97.89 0.11 0.66
Hex A7 B3 A0 7 0 B 1E 62 B 42
Octal 247 263 240 7 0 13 36 142 13 102
Binary 10100111 10110011 10100000 111 0 1011 11110 1100010 1011 1000010

Color Harmonies of #A7B3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B3A0

Black with #A7B3A0

Text Example


Text Example

White with #A7B3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B3A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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