Html Css Color HEX #A7B0A5 Spring Rain

📋 copy color: '#A7B0A5'

red 167 ◦ green 176 ◦ blue 165

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

Shades of Spring Rain #A7B0A5

Tints of Spring Rain #A7B0A5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.65%

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

R = 32.87%
G = 34.65%
B = 32.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#A7B0A5 (or 0xA7B0A5) is known color: Spring Rain. HEX triplet: A7, B0 and A5. RGB value is (167,176,165). Sum of RGB (Red+Green+Blue) = 167+176+165=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B0A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B0A5 is #584F5A. Grayscale: #ACACAC. Windows color (decimal): -5787483 or 10858663. OLE color: 10858663.

HSL color Cylindrical-coordinate representation of color #A7B0A5: hue angle of 109.09º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A7B0A5 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 176 165 -
CMYK 0.05 0 0.06 0.31
HSL 109.09º 0.07% 0.67% -
HSV(B) 109.09º 0.06% 0.69% -
XYZ 38.25 41.98 41.68 -
YUV 172.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 167 176 165 0.05 0 0.06 0.31 109.09 0.07 0.67
Hex A7 B0 A5 5 0 6 1F 6D 7 43
Octal 247 260 245 5 0 6 37 155 7 103
Binary 10100111 10110000 10100101 101 0 110 11111 1101101 111 1000011

Color Harmonies of #A7B0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B0A5

Black with #A7B0A5

Text Example


Text Example

White with #A7B0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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