Html Css Color HEX #A5BFA1 Spring Rain

📋 copy color: '#A5BFA1'

red 165 ◦ green 191 ◦ blue 161

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

Shades of Spring Rain #A5BFA1

Tints of Spring Rain #A5BFA1

RGB

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

 GREEN value IS 191 (75% from 255) = 36.94%

 BLUE value IS 161 (63.28% from 255) = 31.14%

R = 31.91%
G = 36.94%
B = 31.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#A5BFA1 (or 0xA5BFA1) is known color: Spring Rain. HEX triplet: A5, BF and A1. RGB value is (165,191,161). Sum of RGB (Red+Green+Blue) = 165+191+161=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BFA1 is #5A405E. Grayscale: #B3B3B3. Windows color (decimal): -5914719 or 10600357. OLE color: 10600357.

HSL color Cylindrical-coordinate representation of color #A5BFA1: hue angle of 112º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5BFA1 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 191 161 -
CMYK 0.14 0 0.16 0.25
HSL 112º 0.19% 0.69% -
HSV(B) 112º 0.16% 0.75% -
XYZ 40.58 47.83 40.81 -
YUV 179.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 165 191 161 0.14 0 0.16 0.25 112 0.19 0.69
Hex A5 BF A1 E 0 10 19 70 13 45
Octal 245 277 241 16 0 20 31 160 23 105
Binary 10100101 10111111 10100001 1110 0 10000 11001 1110000 10011 1000101

Color Harmonies of #A5BFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BFA1

Black with #A5BFA1

Text Example


Text Example

White with #A5BFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BFA1; }

 p { color: rgb(165,191,161); }

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

background-color css

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

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

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

border-color css

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

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

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