Html Css Color HEX #A0BA9D Spring Rain

📋 copy color: '#A0BA9D'

red 160 ◦ green 186 ◦ blue 157

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

Shades of Spring Rain #A0BA9D

Tints of Spring Rain #A0BA9D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.98%

 BLUE value IS 157 (61.72% from 255) = 31.21%

R = 31.81%
G = 36.98%
B = 31.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#A0BA9D (or 0xA0BA9D) is known color: Spring Rain. HEX triplet: A0, BA and 9D. RGB value is (160,186,157). Sum of RGB (Red+Green+Blue) = 160+186+157=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BA9D is #5F4562. Grayscale: #AFAFAF. Windows color (decimal): -6243683 or 10336928. OLE color: 10336928.

HSL color Cylindrical-coordinate representation of color #A0BA9D: hue angle of 113.79º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BA9D is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 186 157 -
CMYK 0.14 0 0.16 0.27
HSL 113.79º 0.17% 0.67% -
HSV(B) 113.79º 0.16% 0.73% -
XYZ 38.14 45.03 38.58 -
YUV 174.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 160 186 157 0.14 0 0.16 0.27 113.79 0.17 0.67
Hex A0 BA 9D E 0 10 1B 72 11 43
Octal 240 272 235 16 0 20 33 162 21 103
Binary 10100000 10111010 10011101 1110 0 10000 11011 1110010 10001 1000011

Color Harmonies of #A0BA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA9D

Black with #A0BA9D

Text Example


Text Example

White with #A0BA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA9D; }

 p { color: rgb(160,186,157); }

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

background-color css

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

 a { background-color: rgb(160,186,157); }

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

border-color css

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

 span { border-color: rgb(160,186,157); }

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