Html Css Color HEX #A5B99F Spring Rain

📋 copy color: '#A5B99F'

red 165 ◦ green 185 ◦ blue 159

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

Shades of Spring Rain #A5B99F

Tints of Spring Rain #A5B99F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.35%

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

R = 32.42%
G = 36.35%
B = 31.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#A5B99F (or 0xA5B99F) is known color: Spring Rain. HEX triplet: A5, B9 and 9F. RGB value is (165,185,159). Sum of RGB (Red+Green+Blue) = 165+185+159=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B99F is #5A4660. Grayscale: #B0B0B0. Windows color (decimal): -5916257 or 10467749. OLE color: 10467749.

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

Color convert

RGB 165 185 159 -
CMYK 0.11 0 0.14 0.27
HSL 106.15º 0.16% 0.67% -
HSV(B) 106.15º 0.14% 0.73% -
XYZ 39.12 45.2 39.46 -
YUV 176.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 165 185 159 0.11 0 0.14 0.27 106.15 0.16 0.67
Hex A5 B9 9F B 0 E 1B 6A 10 43
Octal 245 271 237 13 0 16 33 152 20 103
Binary 10100101 10111001 10011111 1011 0 1110 11011 1101010 10000 1000011

Color Harmonies of #A5B99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B99F

Black with #A5B99F

Text Example


Text Example

White with #A5B99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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