Html Css Color HEX #A0B39A Spring Rain

📋 copy color: '#A0B39A'

red 160 ◦ green 179 ◦ blue 154

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

Shades of Spring Rain #A0B39A

Tints of Spring Rain #A0B39A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.31%

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

R = 32.45%
G = 36.31%
B = 31.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#A0B39A (or 0xA0B39A) is known color: Spring Rain. HEX triplet: A0, B3 and 9A. RGB value is (160,179,154). Sum of RGB (Red+Green+Blue) = 160+179+154=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B39A is #5F4C65. Grayscale: #AAAAAA. Windows color (decimal): -6245478 or 10138528. OLE color: 10138528.

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

Color convert

RGB 160 179 154 -
CMYK 0.11 0 0.14 0.30
HSL 105.6º 0.14% 0.65% -
HSV(B) 105.6º 0.14% 0.7% -
XYZ 36.45 42.05 36.77 -
YUV 170.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 160 179 154 0.11 0 0.14 0.30 105.6 0.14 0.65
Hex A0 B3 9A B 0 E 1E 6A E 41
Octal 240 263 232 13 0 16 36 152 16 101
Binary 10100000 10110011 10011010 1011 0 1110 11110 1101010 1110 1000001

Color Harmonies of #A0B39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B39A

Black with #A0B39A

Text Example


Text Example

White with #A0B39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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