Html Css Color HEX #A0BA9C Spring Rain

📋 copy color: '#A0BA9C'

red 160 ◦ green 186 ◦ blue 156

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

Shades of Spring Rain #A0BA9C

Tints of Spring Rain #A0BA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 31.87%
G = 37.05%
B = 31.08%

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

#A0BA9C (or 0xA0BA9C) is known color: Spring Rain. HEX triplet: A0, BA and 9C. RGB value is (160,186,156). Sum of RGB (Red+Green+Blue) = 160+186+156=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BA9C is #5F4563. Grayscale: #AEAEAE. Windows color (decimal): -6243684 or 10271392. OLE color: 10271392.

HSL color Cylindrical-coordinate representation of color #A0BA9C: hue angle of 112º degrees, saturation: 0.18, 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 #A0BA9C is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 186 156 -
CMYK 0.14 0 0.16 0.27
HSL 112º 0.18% 0.67% -
HSV(B) 112º 0.16% 0.73% -
XYZ 38.06 44.99 38.13 -
YUV 174.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 160 186 156 0.14 0 0.16 0.27 112 0.18 0.67
Hex A0 BA 9C E 0 10 1B 70 12 43
Octal 240 272 234 16 0 20 33 160 22 103
Binary 10100000 10111010 10011100 1110 0 10000 11011 1110000 10010 1000011

Color Harmonies of #A0BA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA9C

Black with #A0BA9C

Text Example


Text Example

White with #A0BA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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