Html Css Color HEX #A0B59C Spring Rain

📋 copy color: '#A0B59C'

red 160 ◦ green 181 ◦ blue 156

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

Shades of Spring Rain #A0B59C

Tints of Spring Rain #A0B59C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.42%

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

R = 32.19%
G = 36.42%
B = 31.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#A0B59C (or 0xA0B59C) is known color: Spring Rain. HEX triplet: A0, B5 and 9C. RGB value is (160,181,156). Sum of RGB (Red+Green+Blue) = 160+181+156=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B59C is #5F4A63. Grayscale: #ABABAB. Windows color (decimal): -6244964 or 10270112. OLE color: 10270112.

HSL color Cylindrical-coordinate representation of color #A0B59C: hue angle of 110.4º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0B59C is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 181 156 -
CMYK 0.12 0 0.14 0.29
HSL 110.4º 0.14% 0.66% -
HSV(B) 110.4º 0.14% 0.71% -
XYZ 37.02 42.92 37.79 -
YUV 171.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 160 181 156 0.12 0 0.14 0.29 110.4 0.14 0.66
Hex A0 B5 9C C 0 E 1D 6E E 42
Octal 240 265 234 14 0 16 35 156 16 102
Binary 10100000 10110101 10011100 1100 0 1110 11101 1101110 1110 1000010

Color Harmonies of #A0B59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B59C

Black with #A0B59C

Text Example


Text Example

White with #A0B59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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