Html Css Color HEX #A7BAA4 Spring Rain

📋 copy color: '#A7BAA4'

red 167 ◦ green 186 ◦ blue 164

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

Shades of Spring Rain #A7BAA4

Tints of Spring Rain #A7BAA4

RGB

 RED value IS 167 (65.63% from 255) = 32.3%

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

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

R = 32.3%
G = 35.98%
B = 31.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#A7BAA4 (or 0xA7BAA4) is known color: Spring Rain. HEX triplet: A7, BA and A4. RGB value is (167,186,164). Sum of RGB (Red+Green+Blue) = 167+186+164=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BAA4 is #58455B. Grayscale: #B1B1B1. Windows color (decimal): -5784924 or 10795687. OLE color: 10795687.

HSL color Cylindrical-coordinate representation of color #A7BAA4: hue angle of 111.82º 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 #A7BAA4 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 186 164 -
CMYK 0.10 0 0.12 0.27
HSL 111.82º 0.14% 0.69% -
HSV(B) 111.82º 0.12% 0.73% -
XYZ 40.2 46.01 41.88 -
YUV 177.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 167 186 164 0.10 0 0.12 0.27 111.82 0.14 0.69
Hex A7 BA A4 A 0 C 1B 70 E 45
Octal 247 272 244 12 0 14 33 160 16 105
Binary 10100111 10111010 10100100 1010 0 1100 11011 1110000 1110 1000101

Color Harmonies of #A7BAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BAA4

Black with #A7BAA4

Text Example


Text Example

White with #A7BAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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