Html Css Color HEX #A5B9A5 Spring Rain

📋 copy color: '#A5B9A5'

red 165 ◦ green 185 ◦ blue 165

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

Shades of Spring Rain #A5B9A5

Tints of Spring Rain #A5B9A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.04%

R = 32.04%
G = 35.92%
B = 32.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#A5B9A5 (or 0xA5B9A5) is known color: Spring Rain. HEX triplet: A5, B9 and A5. RGB value is (165,185,165). Sum of RGB (Red+Green+Blue) = 165+185+165=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B9A5 is #5A465A. Grayscale: #B0B0B0. Windows color (decimal): -5916251 or 10860965. OLE color: 10860965.

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

Color convert

RGB 165 185 165 -
CMYK 0.11 0 0.11 0.27
HSL 120º 0.13% 0.69% -
HSV(B) 120º 0.11% 0.73% -
XYZ 39.66 45.41 42.27 -
YUV 176.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 165 185 165 0.11 0 0.11 0.27 120 0.13 0.69
Hex A5 B9 A5 B 0 B 1B 78 C 45
Octal 245 271 245 13 0 13 33 170 14 105
Binary 10100101 10111001 10100101 1011 0 1011 11011 1111000 1100 1000101

Color Harmonies of #A5B9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B9A5

Black with #A5B9A5

Text Example


Text Example

White with #A5B9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B9A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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