Html Css Color HEX #A0BCA1 Spring Rain

📋 copy color: '#A0BCA1'

red 160 ◦ green 188 ◦ blue 161

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

Shades of Spring Rain #A0BCA1

Tints of Spring Rain #A0BCA1

RGB

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

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

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

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

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

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

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

Color convert

RGB 160 188 161 -
CMYK 0.15 0 0.14 0.26
HSL 122.14º 0.17% 0.68% -
HSV(B) 122.14º 0.15% 0.74% -
XYZ 38.91 46.01 40.55 -
YUV 176.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 160 188 161 0.15 0 0.14 0.26 122.14 0.17 0.68
Hex A0 BC A1 F 0 E 1A 7A 11 44
Octal 240 274 241 17 0 16 32 172 21 104
Binary 10100000 10111100 10100001 1111 0 1110 11010 1111010 10001 1000100

Color Harmonies of #A0BCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCA1

Black with #A0BCA1

Text Example


Text Example

White with #A0BCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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