Html Css Color HEX #A0BFA1 Spring Rain

📋 copy color: '#A0BFA1'

red 160 ◦ green 191 ◦ blue 161

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

Shades of Spring Rain #A0BFA1

Tints of Spring Rain #A0BFA1

RGB

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

 GREEN value IS 191 (75% from 255) = 37.3%

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

R = 31.25%
G = 37.3%
B = 31.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#A0BFA1 (or 0xA0BFA1) is known color: Spring Rain. HEX triplet: A0, BF and A1. RGB value is (160,191,161). Sum of RGB (Red+Green+Blue) = 160+191+161=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BFA1 is #5F405E. Grayscale: #B2B2B2. Windows color (decimal): -6242399 or 10600352. OLE color: 10600352.

HSL color Cylindrical-coordinate representation of color #A0BFA1: hue angle of 121.94º 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 #A0BFA1 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 191 161 -
CMYK 0.16 0 0.16 0.25
HSL 121.94º 0.19% 0.69% -
HSV(B) 121.94º 0.16% 0.75% -
XYZ 39.56 47.31 40.76 -
YUV 178.31 118.23 114.94 -
System Red Green Blue C M Y K H S L
Decimal 160 191 161 0.16 0 0.16 0.25 121.94 0.19 0.69
Hex A0 BF A1 10 0 10 19 7A 13 45
Octal 240 277 241 20 0 20 31 172 23 105
Binary 10100000 10111111 10100001 10000 0 10000 11001 1111010 10011 1000101

Color Harmonies of #A0BFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BFA1

Black with #A0BFA1

Text Example


Text Example

White with #A0BFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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