Html Css Color HEX #A5B19F Spring Rain

📋 copy color: '#A5B19F'

red 165 ◦ green 177 ◦ blue 159

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

Shades of Spring Rain #A5B19F

Tints of Spring Rain #A5B19F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.33%

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

R = 32.93%
G = 35.33%
B = 31.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#A5B19F (or 0xA5B19F) is known color: Spring Rain. HEX triplet: A5, B1 and 9F. RGB value is (165,177,159). Sum of RGB (Red+Green+Blue) = 165+177+159=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B19F is #5A4E60. Grayscale: #ABABAB. Windows color (decimal): -5918305 or 10465701. OLE color: 10465701.

HSL color Cylindrical-coordinate representation of color #A5B19F: hue angle of 100º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5B19F is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 177 159 -
CMYK 0.07 0 0.10 0.31
HSL 100º 0.1% 0.66% -
HSV(B) 100º 0.1% 0.69% -
XYZ 37.5 41.95 38.92 -
YUV 171.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 165 177 159 0.07 0 0.10 0.31 100 0.1 0.66
Hex A5 B1 9F 7 0 A 1F 64 A 42
Octal 245 261 237 7 0 12 37 144 12 102
Binary 10100101 10110001 10011111 111 0 1010 11111 1100100 1010 1000010

Color Harmonies of #A5B19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B19F

Black with #A5B19F

Text Example


Text Example

White with #A5B19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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