Html Css Color HEX #A0B49A Spring Rain

📋 copy color: '#A0B49A'

red 160 ◦ green 180 ◦ blue 154

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

Shades of Spring Rain #A0B49A

Tints of Spring Rain #A0B49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.17%

R = 32.39%
G = 36.44%
B = 31.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#A0B49A (or 0xA0B49A) is known color: Spring Rain. HEX triplet: A0, B4 and 9A. RGB value is (160,180,154). Sum of RGB (Red+Green+Blue) = 160+180+154=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B49A is #5F4B65. Grayscale: #ABABAB. Windows color (decimal): -6245222 or 10138784. OLE color: 10138784.

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

Color convert

RGB 160 180 154 -
CMYK 0.11 0 0.14 0.29
HSL 106.15º 0.15% 0.65% -
HSV(B) 106.15º 0.14% 0.71% -
XYZ 36.65 42.45 36.83 -
YUV 171.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 160 180 154 0.11 0 0.14 0.29 106.15 0.15 0.65
Hex A0 B4 9A B 0 E 1D 6A F 41
Octal 240 264 232 13 0 16 35 152 17 101
Binary 10100000 10110100 10011010 1011 0 1110 11101 1101010 1111 1000001

Color Harmonies of #A0B49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B49A

Black with #A0B49A

Text Example


Text Example

White with #A0B49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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