Html Css Color HEX #A7BCA0 Spring Rain

📋 copy color: '#A7BCA0'

red 167 ◦ green 188 ◦ blue 160

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

Shades of Spring Rain #A7BCA0

Tints of Spring Rain #A7BCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.5%

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

R = 32.43%
G = 36.5%
B = 31.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#A7BCA0 (or 0xA7BCA0) is known color: Spring Rain. HEX triplet: A7, BC and A0. RGB value is (167,188,160). Sum of RGB (Red+Green+Blue) = 167+188+160=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCA0 is #58435F. Grayscale: #B2B2B2. Windows color (decimal): -5784416 or 10534055. OLE color: 10534055.

HSL color Cylindrical-coordinate representation of color #A7BCA0: hue angle of 105º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7BCA0 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 188 160 -
CMYK 0.11 0 0.15 0.26
HSL 105º 0.17% 0.68% -
HSV(B) 105º 0.15% 0.74% -
XYZ 40.26 46.72 40.15 -
YUV 178.53 117.54 119.78 -
System Red Green Blue C M Y K H S L
Decimal 167 188 160 0.11 0 0.15 0.26 105 0.17 0.68
Hex A7 BC A0 B 0 F 1A 69 11 44
Octal 247 274 240 13 0 17 32 151 21 104
Binary 10100111 10111100 10100000 1011 0 1111 11010 1101001 10001 1000100

Color Harmonies of #A7BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BCA0

Black with #A7BCA0

Text Example


Text Example

White with #A7BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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