Html Css Color HEX #A5B49C Spring Rain

📋 copy color: '#A5B49C'

red 165 ◦ green 180 ◦ blue 156

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

Shades of Spring Rain #A5B49C

Tints of Spring Rain #A5B49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.14%

R = 32.93%
G = 35.93%
B = 31.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#A5B49C (or 0xA5B49C) is known color: Spring Rain. HEX triplet: A5, B4 and 9C. RGB value is (165,180,156). Sum of RGB (Red+Green+Blue) = 165+180+156=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B49C is #5A4B63. Grayscale: #ACACAC. Windows color (decimal): -5917540 or 10269861. OLE color: 10269861.

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

Color convert

RGB 165 180 156 -
CMYK 0.08 0 0.13 0.29
HSL 97.5º 0.14% 0.66% -
HSV(B) 97.5º 0.13% 0.71% -
XYZ 37.84 43.04 37.77 -
YUV 172.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 165 180 156 0.08 0 0.13 0.29 97.5 0.14 0.66
Hex A5 B4 9C 8 0 D 1D 62 E 42
Octal 245 264 234 10 0 15 35 142 16 102
Binary 10100101 10110100 10011100 1000 0 1101 11101 1100010 1110 1000010

Color Harmonies of #A5B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B49C

Black with #A5B49C

Text Example


Text Example

White with #A5B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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