Html Css Color HEX #A7C0A5 Spring Rain

📋 copy color: '#A7C0A5'

red 167 ◦ green 192 ◦ blue 165

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

Shades of Spring Rain #A7C0A5

Tints of Spring Rain #A7C0A5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.64%

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

R = 31.87%
G = 36.64%
B = 31.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#A7C0A5 (or 0xA7C0A5) is known color: Spring Rain. HEX triplet: A7, C0 and A5. RGB value is (167,192,165). Sum of RGB (Red+Green+Blue) = 167+192+165=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C0A5 is #583F5A. Grayscale: #B5B5B5. Windows color (decimal): -5783387 or 10862759. OLE color: 10862759.

HSL color Cylindrical-coordinate representation of color #A7C0A5: hue angle of 115.56º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7C0A5 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 192 165 -
CMYK 0.13 0 0.14 0.25
HSL 115.56º 0.18% 0.7% -
HSV(B) 115.56º 0.14% 0.75% -
XYZ 41.58 48.63 42.79 -
YUV 181.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 167 192 165 0.13 0 0.14 0.25 115.56 0.18 0.7
Hex A7 C0 A5 D 0 E 19 74 12 46
Octal 247 300 245 15 0 16 31 164 22 106
Binary 10100111 11000000 10100101 1101 0 1110 11001 1110100 10010 1000110

Color Harmonies of #A7C0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C0A5

Black with #A7C0A5

Text Example


Text Example

White with #A7C0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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