Html Css Color HEX #A0B19B Spring Rain

📋 copy color: '#A0B19B'

red 160 ◦ green 177 ◦ blue 155

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

Shades of Spring Rain #A0B19B

Tints of Spring Rain #A0B19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 32.52%
G = 35.98%
B = 31.5%

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

#A0B19B (or 0xA0B19B) is known color: Spring Rain. HEX triplet: A0, B1 and 9B. RGB value is (160,177,155). Sum of RGB (Red+Green+Blue) = 160+177+155=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B19B is #5F4E64. Grayscale: #A9A9A9. Windows color (decimal): -6245989 or 10203552. OLE color: 10203552.

HSL color Cylindrical-coordinate representation of color #A0B19B: hue angle of 106.36º 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 #A0B19B is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 177 155 -
CMYK 0.10 0 0.12 0.31
HSL 106.36º 0.12% 0.65% -
HSV(B) 106.36º 0.12% 0.69% -
XYZ 36.14 41.28 37.07 -
YUV 169.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 160 177 155 0.10 0 0.12 0.31 106.36 0.12 0.65
Hex A0 B1 9B A 0 C 1F 6A C 41
Octal 240 261 233 12 0 14 37 152 14 101
Binary 10100000 10110001 10011011 1010 0 1100 11111 1101010 1100 1000001

Color Harmonies of #A0B19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B19B

Black with #A0B19B

Text Example


Text Example

White with #A0B19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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