Html Css Color HEX #A0B59F Spring Rain

📋 copy color: '#A0B59F'

red 160 ◦ green 181 ◦ blue 159

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

Shades of Spring Rain #A0B59F

Tints of Spring Rain #A0B59F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.8%

R = 32%
G = 36.2%
B = 31.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#A0B59F (or 0xA0B59F) is known color: Spring Rain. HEX triplet: A0, B5 and 9F. RGB value is (160,181,159). Sum of RGB (Red+Green+Blue) = 160+181+159=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B59F is #5F4A60. Grayscale: #ACACAC. Windows color (decimal): -6244961 or 10466720. OLE color: 10466720.

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

Color convert

RGB 160 181 159 -
CMYK 0.12 0 0.12 0.29
HSL 117.27º 0.13% 0.67% -
HSV(B) 117.27º 0.12% 0.71% -
XYZ 37.28 43.02 39.14 -
YUV 172.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 160 181 159 0.12 0 0.12 0.29 117.27 0.13 0.67
Hex A0 B5 9F C 0 C 1D 75 D 43
Octal 240 265 237 14 0 14 35 165 15 103
Binary 10100000 10110101 10011111 1100 0 1100 11101 1110101 1101 1000011

Color Harmonies of #A0B59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B59F

Black with #A0B59F

Text Example


Text Example

White with #A0B59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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