Html Css Color HEX #A3BAA4 Spring Rain

📋 copy color: '#A3BAA4'

red 163 ◦ green 186 ◦ blue 164

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

Shades of Spring Rain #A3BAA4

Tints of Spring Rain #A3BAA4

RGB

 RED value IS 163 (64.06% from 255) = 31.77%

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

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

R = 31.77%
G = 36.26%
B = 31.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#A3BAA4 (or 0xA3BAA4) is known color: Spring Rain. HEX triplet: A3, BA and A4. RGB value is (163,186,164). Sum of RGB (Red+Green+Blue) = 163+186+164=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BAA4 is #5C455B. Grayscale: #B0B0B0. Windows color (decimal): -6047068 or 10795683. OLE color: 10795683.

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

Color convert

RGB 163 186 164 -
CMYK 0.12 0 0.12 0.27
HSL 122.61º 0.14% 0.68% -
HSV(B) 122.61º 0.12% 0.73% -
XYZ 39.36 45.58 41.85 -
YUV 176.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 163 186 164 0.12 0 0.12 0.27 122.61 0.14 0.68
Hex A3 BA A4 C 0 C 1B 7B E 44
Octal 243 272 244 14 0 14 33 173 16 104
Binary 10100011 10111010 10100100 1100 0 1100 11011 1111011 1110 1000100

Color Harmonies of #A3BAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BAA4

Black with #A3BAA4

Text Example


Text Example

White with #A3BAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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