Html Css Color HEX #A0B49E Spring Rain

📋 copy color: '#A0B49E'

red 160 ◦ green 180 ◦ blue 158

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

Shades of Spring Rain #A0B49E

Tints of Spring Rain #A0B49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.14%

 BLUE value IS 158 (62.11% from 255) = 31.73%

R = 32.13%
G = 36.14%
B = 31.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#A0B49E (or 0xA0B49E) is known color: Spring Rain. HEX triplet: A0, B4 and 9E. RGB value is (160,180,158). Sum of RGB (Red+Green+Blue) = 160+180+158=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B49E is #5F4B61. Grayscale: #ABABAB. Windows color (decimal): -6245218 or 10400928. OLE color: 10400928.

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

Color convert

RGB 160 180 158 -
CMYK 0.11 0 0.12 0.29
HSL 114.55º 0.13% 0.66% -
HSV(B) 114.55º 0.12% 0.71% -
XYZ 36.99 42.58 38.62 -
YUV 171.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 160 180 158 0.11 0 0.12 0.29 114.55 0.13 0.66
Hex A0 B4 9E B 0 C 1D 73 D 42
Octal 240 264 236 13 0 14 35 163 15 102
Binary 10100000 10110100 10011110 1011 0 1100 11101 1110011 1101 1000010

Color Harmonies of #A0B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B49E

Black with #A0B49E

Text Example


Text Example

White with #A0B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B49E; }

 p { color: rgb(160,180,158); }

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

background-color css

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

 a { background-color: rgb(160,180,158); }

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

border-color css

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

 span { border-color: rgb(160,180,158); }

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