Html Css Color HEX #A0BEA2 Spring Rain

📋 copy color: '#A0BEA2'

red 160 ◦ green 190 ◦ blue 162

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

Shades of Spring Rain #A0BEA2

Tints of Spring Rain #A0BEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.64%

R = 31.25%
G = 37.11%
B = 31.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#A0BEA2 (or 0xA0BEA2) is known color: Spring Rain. HEX triplet: A0, BE and A2. RGB value is (160,190,162). Sum of RGB (Red+Green+Blue) = 160+190+162=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEA2 is #5F415D. Grayscale: #B1B1B1. Windows color (decimal): -6242654 or 10665632. OLE color: 10665632.

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

Color convert

RGB 160 190 162 -
CMYK 0.16 0 0.15 0.25
HSL 124º 0.19% 0.69% -
HSV(B) 124º 0.16% 0.75% -
XYZ 39.43 46.91 41.16 -
YUV 177.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 160 190 162 0.16 0 0.15 0.25 124 0.19 0.69
Hex A0 BE A2 10 0 F 19 7C 13 45
Octal 240 276 242 20 0 17 31 174 23 105
Binary 10100000 10111110 10100010 10000 0 1111 11001 1111100 10011 1000101

Color Harmonies of #A0BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEA2

Black with #A0BEA2

Text Example


Text Example

White with #A0BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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