Html Css Color HEX #A7B9A5 Spring Rain

📋 copy color: '#A7B9A5'

red 167 ◦ green 185 ◦ blue 165

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

Shades of Spring Rain #A7B9A5

Tints of Spring Rain #A7B9A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.91%

R = 32.3%
G = 35.78%
B = 31.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#A7B9A5 (or 0xA7B9A5) is known color: Spring Rain. HEX triplet: A7, B9 and A5. RGB value is (167,185,165). Sum of RGB (Red+Green+Blue) = 167+185+165=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B9A5 is #58465A. Grayscale: #B1B1B1. Windows color (decimal): -5785179 or 10860967. OLE color: 10860967.

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

Color convert

RGB 167 185 165 -
CMYK 0.10 0 0.11 0.27
HSL 114º 0.13% 0.69% -
HSV(B) 114º 0.11% 0.73% -
XYZ 40.08 45.63 42.29 -
YUV 177.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 167 185 165 0.10 0 0.11 0.27 114 0.13 0.69
Hex A7 B9 A5 A 0 B 1B 72 C 45
Octal 247 271 245 12 0 13 33 162 14 105
Binary 10100111 10111001 10100101 1010 0 1011 11011 1110010 1100 1000101

Color Harmonies of #A7B9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B9A5

Black with #A7B9A5

Text Example


Text Example

White with #A7B9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B9A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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