Html Css Color HEX #A5BBA0 Spring Rain

📋 copy color: '#A5BBA0'

red 165 ◦ green 187 ◦ blue 160

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

Shades of Spring Rain #A5BBA0

Tints of Spring Rain #A5BBA0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.52%

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

R = 32.23%
G = 36.52%
B = 31.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#A5BBA0 (or 0xA5BBA0) is known color: Spring Rain. HEX triplet: A5, BB and A0. RGB value is (165,187,160). Sum of RGB (Red+Green+Blue) = 165+187+160=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BBA0 is #5A445F. Grayscale: #B1B1B1. Windows color (decimal): -5915744 or 10533797. OLE color: 10533797.

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

Color convert

RGB 165 187 160 -
CMYK 0.12 0 0.14 0.27
HSL 108.89º 0.17% 0.68% -
HSV(B) 108.89º 0.14% 0.73% -
XYZ 39.63 46.08 40.06 -
YUV 177.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 165 187 160 0.12 0 0.14 0.27 108.89 0.17 0.68
Hex A5 BB A0 C 0 E 1B 6D 11 44
Octal 245 273 240 14 0 16 33 155 21 104
Binary 10100101 10111011 10100000 1100 0 1110 11011 1101101 10001 1000100

Color Harmonies of #A5BBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BBA0

Black with #A5BBA0

Text Example


Text Example

White with #A5BBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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