Html Css Color HEX #A5B39E Spring Rain

📋 copy color: '#A5B39E'

red 165 ◦ green 179 ◦ blue 158

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

Shades of Spring Rain #A5B39E

Tints of Spring Rain #A5B39E

RGB

 RED value IS 165 (64.84% from 255) = 32.87%

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

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

R = 32.87%
G = 35.66%
B = 31.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#A5B39E (or 0xA5B39E) is known color: Spring Rain. HEX triplet: A5, B3 and 9E. RGB value is (165,179,158). Sum of RGB (Red+Green+Blue) = 165+179+158=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B39E is #5A4C61. Grayscale: #ACACAC. Windows color (decimal): -5917794 or 10400677. OLE color: 10400677.

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

Color convert

RGB 165 179 158 -
CMYK 0.08 0 0.12 0.30
HSL 100º 0.12% 0.66% -
HSV(B) 100º 0.12% 0.7% -
XYZ 37.81 42.71 38.6 -
YUV 172.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 165 179 158 0.08 0 0.12 0.30 100 0.12 0.66
Hex A5 B3 9E 8 0 C 1E 64 C 42
Octal 245 263 236 10 0 14 36 144 14 102
Binary 10100101 10110011 10011110 1000 0 1100 11110 1100100 1100 1000010

Color Harmonies of #A5B39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B39E

Black with #A5B39E

Text Example


Text Example

White with #A5B39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B39E; }

 p { color: rgb(165,179,158); }

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

background-color css

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

 a { background-color: rgb(165,179,158); }

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

border-color css

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

 span { border-color: rgb(165,179,158); }

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