Html Css Color HEX #A5B49F Spring Rain

📋 copy color: '#A5B49F'

red 165 ◦ green 180 ◦ blue 159

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

Shades of Spring Rain #A5B49F

Tints of Spring Rain #A5B49F

RGB

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

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

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

R = 32.74%
G = 35.71%
B = 31.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#A5B49F (or 0xA5B49F) is known color: Spring Rain. HEX triplet: A5, B4 and 9F. RGB value is (165,180,159). Sum of RGB (Red+Green+Blue) = 165+180+159=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B49F is #5A4B60. Grayscale: #ADADAD. Windows color (decimal): -5917537 or 10466469. OLE color: 10466469.

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

Color convert

RGB 165 180 159 -
CMYK 0.08 0 0.12 0.29
HSL 102.86º 0.12% 0.66% -
HSV(B) 102.86º 0.12% 0.71% -
XYZ 38.1 43.15 39.12 -
YUV 173.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 165 180 159 0.08 0 0.12 0.29 102.86 0.12 0.66
Hex A5 B4 9F 8 0 C 1D 67 C 42
Octal 245 264 237 10 0 14 35 147 14 102
Binary 10100101 10110100 10011111 1000 0 1100 11101 1100111 1100 1000010

Color Harmonies of #A5B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B49F

Black with #A5B49F

Text Example


Text Example

White with #A5B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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