Html Css Color HEX #A1BCA0 Spring Rain

📋 copy color: '#A1BCA0'

red 161 ◦ green 188 ◦ blue 160

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

Shades of Spring Rain #A1BCA0

Tints of Spring Rain #A1BCA0

RGB

 RED value IS 161 (63.28% from 255) = 31.63%

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

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

R = 31.63%
G = 36.94%
B = 31.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#A1BCA0 (or 0xA1BCA0) is known color: Spring Rain. HEX triplet: A1, BC and A0. RGB value is (161,188,160). Sum of RGB (Red+Green+Blue) = 161+188+160=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BCA0 is #5E435F. Grayscale: #B0B0B0. Windows color (decimal): -6177632 or 10534049. OLE color: 10534049.

HSL color Cylindrical-coordinate representation of color #A1BCA0: hue angle of 117.86º 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 #A1BCA0 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 188 160 -
CMYK 0.14 0 0.15 0.26
HSL 117.86º 0.17% 0.68% -
HSV(B) 117.86º 0.15% 0.74% -
XYZ 39.03 46.08 40.1 -
YUV 176.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 161 188 160 0.14 0 0.15 0.26 117.86 0.17 0.68
Hex A1 BC A0 E 0 F 1A 76 11 44
Octal 241 274 240 16 0 17 32 166 21 104
Binary 10100001 10111100 10100000 1110 0 1111 11010 1110110 10001 1000100

Color Harmonies of #A1BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BCA0

Black with #A1BCA0

Text Example


Text Example

White with #A1BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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