Html Css Color HEX #A5BAA4 Spring Rain

📋 copy color: '#A5BAA4'

red 165 ◦ green 186 ◦ blue 164

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

Shades of Spring Rain #A5BAA4

Tints of Spring Rain #A5BAA4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.12%

 BLUE value IS 164 (64.45% from 255) = 31.84%

R = 32.04%
G = 36.12%
B = 31.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#A5BAA4 (or 0xA5BAA4) is known color: Spring Rain. HEX triplet: A5, BA and A4. RGB value is (165,186,164). Sum of RGB (Red+Green+Blue) = 165+186+164=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BAA4 is #5A455B. Grayscale: #B1B1B1. Windows color (decimal): -5915996 or 10795685. OLE color: 10795685.

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

Color convert

RGB 165 186 164 -
CMYK 0.11 0 0.12 0.27
HSL 117.27º 0.14% 0.69% -
HSV(B) 117.27º 0.12% 0.73% -
XYZ 39.78 45.8 41.87 -
YUV 177.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 165 186 164 0.11 0 0.12 0.27 117.27 0.14 0.69
Hex A5 BA A4 B 0 C 1B 75 E 45
Octal 245 272 244 13 0 14 33 165 16 105
Binary 10100101 10111010 10100100 1011 0 1100 11011 1110101 1110 1000101

Color Harmonies of #A5BAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BAA4

Black with #A5BAA4

Text Example


Text Example

White with #A5BAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BAA4; }

 p { color: rgb(165,186,164); }

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

background-color css

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

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

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

border-color css

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

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

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