Html Css Color HEX #A0BCA2 Spring Rain

📋 copy color: '#A0BCA2'

red 160 ◦ green 188 ◦ blue 162

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

Shades of Spring Rain #A0BCA2

Tints of Spring Rain #A0BCA2

RGB

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

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

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

R = 31.37%
G = 36.86%
B = 31.76%

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

#A0BCA2 (or 0xA0BCA2) is known color: Spring Rain. HEX triplet: A0, BC and A2. RGB value is (160,188,162). Sum of RGB (Red+Green+Blue) = 160+188+162=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BCA2 is #5F435D. Grayscale: #B0B0B0. Windows color (decimal): -6243166 or 10665120. OLE color: 10665120.

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

Color convert

RGB 160 188 162 -
CMYK 0.15 0 0.14 0.26
HSL 124.29º 0.17% 0.68% -
HSV(B) 124.29º 0.15% 0.74% -
XYZ 39 46.05 41.02 -
YUV 176.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 160 188 162 0.15 0 0.14 0.26 124.29 0.17 0.68
Hex A0 BC A2 F 0 E 1A 7C 11 44
Octal 240 274 242 17 0 16 32 174 21 104
Binary 10100000 10111100 10100010 1111 0 1110 11010 1111100 10001 1000100

Color Harmonies of #A0BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCA2

Black with #A0BCA2

Text Example


Text Example

White with #A0BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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