Html Css Color HEX #A0B19C Spring Rain

📋 copy color: '#A0B19C'

red 160 ◦ green 177 ◦ blue 156

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

Shades of Spring Rain #A0B19C

Tints of Spring Rain #A0B19C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.9%

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

R = 32.45%
G = 35.9%
B = 31.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#A0B19C (or 0xA0B19C) is known color: Spring Rain. HEX triplet: A0, B1 and 9C. RGB value is (160,177,156). Sum of RGB (Red+Green+Blue) = 160+177+156=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B19C is #5F4E63. Grayscale: #A9A9A9. Windows color (decimal): -6245988 or 10269088. OLE color: 10269088.

HSL color Cylindrical-coordinate representation of color #A0B19C: hue angle of 108.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0B19C is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 177 156 -
CMYK 0.10 0 0.12 0.31
HSL 108.57º 0.12% 0.65% -
HSV(B) 108.57º 0.12% 0.69% -
XYZ 36.22 41.32 37.52 -
YUV 169.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 160 177 156 0.10 0 0.12 0.31 108.57 0.12 0.65
Hex A0 B1 9C A 0 C 1F 6D C 41
Octal 240 261 234 12 0 14 37 155 14 101
Binary 10100000 10110001 10011100 1010 0 1100 11111 1101101 1100 1000001

Color Harmonies of #A0B19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B19C

Black with #A0B19C

Text Example


Text Example

White with #A0B19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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