Html Css Color HEX #A5BA9F Spring Rain

📋 copy color: '#A5BA9F'

red 165 ◦ green 186 ◦ blue 159

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

Shades of Spring Rain #A5BA9F

Tints of Spring Rain #A5BA9F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.47%

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

R = 32.35%
G = 36.47%
B = 31.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#A5BA9F (or 0xA5BA9F) is known color: Spring Rain. HEX triplet: A5, BA and 9F. RGB value is (165,186,159). Sum of RGB (Red+Green+Blue) = 165+186+159=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA9F is #5A4560. Grayscale: #B0B0B0. Windows color (decimal): -5916001 or 10468005. OLE color: 10468005.

HSL color Cylindrical-coordinate representation of color #A5BA9F: hue angle of 106.67º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5BA9F is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 159 -
CMYK 0.11 0 0.15 0.27
HSL 106.67º 0.16% 0.68% -
HSV(B) 106.67º 0.15% 0.73% -
XYZ 39.33 45.62 39.53 -
YUV 176.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 165 186 159 0.11 0 0.15 0.27 106.67 0.16 0.68
Hex A5 BA 9F B 0 F 1B 6B 10 44
Octal 245 272 237 13 0 17 33 153 20 104
Binary 10100101 10111010 10011111 1011 0 1111 11011 1101011 10000 1000100

Color Harmonies of #A5BA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA9F

Black with #A5BA9F

Text Example


Text Example

White with #A5BA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA9F; }

 p { color: rgb(165,186,159); }

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

background-color css

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

 a { background-color: rgb(165,186,159); }

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

border-color css

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

 span { border-color: rgb(165,186,159); }

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