Html Css Color HEX #A5BFA0 Spring Rain

📋 copy color: '#A5BFA0'

red 165 ◦ green 191 ◦ blue 160

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

Shades of Spring Rain #A5BFA0

Tints of Spring Rain #A5BFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.01%

R = 31.98%
G = 37.02%
B = 31.01%

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

#A5BFA0 (or 0xA5BFA0) is known color: Spring Rain. HEX triplet: A5, BF and A0. RGB value is (165,191,160). Sum of RGB (Red+Green+Blue) = 165+191+160=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BFA0 is #5A405F. Grayscale: #B3B3B3. Windows color (decimal): -5914720 or 10534821. OLE color: 10534821.

HSL color Cylindrical-coordinate representation of color #A5BFA0: hue angle of 110.32º 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 #A5BFA0 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 191 160 -
CMYK 0.14 0 0.16 0.25
HSL 110.32º 0.19% 0.69% -
HSV(B) 110.32º 0.16% 0.75% -
XYZ 40.49 47.8 40.35 -
YUV 179.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 165 191 160 0.14 0 0.16 0.25 110.32 0.19 0.69
Hex A5 BF A0 E 0 10 19 6E 13 45
Octal 245 277 240 16 0 20 31 156 23 105
Binary 10100101 10111111 10100000 1110 0 10000 11001 1101110 10011 1000101

Color Harmonies of #A5BFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BFA0

Black with #A5BFA0

Text Example


Text Example

White with #A5BFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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