Html Css Color HEX #A7BEA0 Spring Rain

📋 copy color: '#A7BEA0'

red 167 ◦ green 190 ◦ blue 160

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

Shades of Spring Rain #A7BEA0

Tints of Spring Rain #A7BEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.75%

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

R = 32.3%
G = 36.75%
B = 30.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#A7BEA0 (or 0xA7BEA0) is known color: Spring Rain. HEX triplet: A7, BE and A0. RGB value is (167,190,160). Sum of RGB (Red+Green+Blue) = 167+190+160=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BEA0 is #58415F. Grayscale: #B3B3B3. Windows color (decimal): -5783904 or 10534567. OLE color: 10534567.

HSL color Cylindrical-coordinate representation of color #A7BEA0: hue angle of 106º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7BEA0 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 190 160 -
CMYK 0.12 0 0.16 0.25
HSL 106º 0.19% 0.69% -
HSV(B) 106º 0.16% 0.75% -
XYZ 40.69 47.58 40.3 -
YUV 179.7 116.88 118.94 -
System Red Green Blue C M Y K H S L
Decimal 167 190 160 0.12 0 0.16 0.25 106 0.19 0.69
Hex A7 BE A0 C 0 10 19 6A 13 45
Octal 247 276 240 14 0 20 31 152 23 105
Binary 10100111 10111110 10100000 1100 0 10000 11001 1101010 10011 1000101

Color Harmonies of #A7BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BEA0

Black with #A7BEA0

Text Example


Text Example

White with #A7BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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